summaryrefslogtreecommitdiff
path: root/yarns/0100-fuse.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-23 17:22:00 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-23 17:22:19 +0000
commitc809c7e7547b5b46709a3bef7690554002c348e8 (patch)
tree156998b12be343f78c79c4639706300ec25b0192 /yarns/0100-fuse.yarn
parenta1a1e3a3f7db37673cabdcbf72c0fc68a1fe4def (diff)
downloadobnam-c809c7e7547b5b46709a3bef7690554002c348e8.tar.gz
Remove the --viewmode setting
I'm trying to simplify the code so I can make changes to it. Also, having fewer options is better (despite the fact that Obnam has tons of them already).
Diffstat (limited to 'yarns/0100-fuse.yarn')
-rw-r--r--yarns/0100-fuse.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/0100-fuse.yarn b/yarns/0100-fuse.yarn
index ef6736d9..375202b2 100644
--- a/yarns/0100-fuse.yarn
+++ b/yarns/0100-fuse.yarn
@@ -26,7 +26,7 @@ against the FUSE mount, and comparing the two manifests.
IMPLEMENTS WHEN user (\S+) FUSE mounts the repository (\S+) at (\S+)
mkdir "$DATADIR/$MATCH_3"
run_obnam "$MATCH_1" mount -r "$DATADIR/$MATCH_2" \
- --to "$DATADIR/$MATCH_3" --viewmode multiple
+ --to "$DATADIR/$MATCH_3"
If we did do the fuse mount, **always** unmount it, even when a step
failed. We do not want failed test runs to leavo mounts lying around.