summaryrefslogtreecommitdiff
path: root/yarns/0100-fuse.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-12-05 17:56:09 +0000
committerLars Wirzenius <liw@liw.fi>2013-12-05 17:56:09 +0000
commit9bf3e628691610c9700c158ff11bf2c7276cb2ea (patch)
treea4034fd2b29d07fa8fa55fade158f35cbb7b10e2 /yarns/0100-fuse.yarn
parent1c94639c55dee96abb8489f31ef58732bc60d55f (diff)
downloadobnam-9bf3e628691610c9700c158ff11bf2c7276cb2ea.tar.gz
Refactor: remove implicit live data directory
It is just as, if not more, clear, and not much more tedious, to be explicit about this.
Diffstat (limited to 'yarns/0100-fuse.yarn')
-rw-r--r--yarns/0100-fuse.yarn8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarns/0100-fuse.yarn b/yarns/0100-fuse.yarn
index 303399d9..53ddd21c 100644
--- a/yarns/0100-fuse.yarn
+++ b/yarns/0100-fuse.yarn
@@ -7,11 +7,11 @@ test suite concentrates on verifying that at least the basics work.
SCENARIO Browsing backups with FUSE plugin
ASSUMING user is in group fuse
- GIVEN live data with interesting filesystem objects
- AND a manifest of live data in M
- WHEN user backs up live data
+ GIVEN directory L with interesting filesystem objects
+ AND a manifest of directory L in M
+ WHEN user backs up directory L
AND user FUSE mounts their repository at F
- THEN live data, restored to F/latest, matches manifest M
+ THEN L, restored to F/latest, matches manifest M
FINALLY unmount repository F
We can only run this test if the user is in the `fuse` group. This may