summaryrefslogtreecommitdiff
path: root/yarns/9000-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-25 08:37:57 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-25 08:37:57 +0000
commitd2489623d055746354ab3023aec7f43ccde3b84d (patch)
tree745700721e1e6ad1dd382a97b1ea11418b9855a4 /yarns/9000-implements.yarn
parent5ee9b902cb65144ed7ddd2b6709d1b888b15f6ef (diff)
downloadobnam-d2489623d055746354ab3023aec7f43ccde3b84d.tar.gz
Test FUSE .pid reading in yarns
Diffstat (limited to 'yarns/9000-implements.yarn')
-rw-r--r--yarns/9000-implements.yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarns/9000-implements.yarn b/yarns/9000-implements.yarn
index e02ffe49..baa9ae0c 100644
--- a/yarns/9000-implements.yarn
+++ b/yarns/9000-implements.yarn
@@ -438,6 +438,11 @@ Does no line match?
exit 1
fi
+Merely read a file. This checks that the file exists and can be read
+by the user.
+
+ IMPLEMENTS WHEN user (\S+) reads file (\S+)
+ cat "$DATADIR/$MATCH_2"
Check on user group membership
------------------------------