summaryrefslogtreecommitdiff
path: root/yarns/9000-implements.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-18 07:54:23 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-18 08:27:24 +0000
commite1556613f870e5ad173b6a2348671ae8fafa1561 (patch)
tree268964eb9d93ac129ecc8ca7d02fda4f1066f63b /yarns/9000-implements.yarn
parent7488d466afbfdc2d90cc976fe448d50e3ec0c7c7 (diff)
downloadobnam-e1556613f870e5ad173b6a2348671ae8fafa1561.tar.gz
Add test case for FUSE bug
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 2117f927..f742bdf2 100644
--- a/yarns/9000-implements.yarn
+++ b/yarns/9000-implements.yarn
@@ -37,6 +37,11 @@ between steps.
IMPLEMENTS GIVEN (\S+) of new data in directory (\S+)
genbackupdata --quiet --create "$MATCH_1" "$DATADIR/$MATCH_2"
+Sometimes we need an amount of data in a specific file.
+
+ IMPLEMENTS GIVEN (\S+) of data in file (\S+)
+ "$SRCDIR/mkdata" --size "$MATCH_1" "$DATADIR/$MATCH_2"
+
We also need to generate a sparse file. A sparse file has at least one
hole in it, and it may matter where the hole is: at the beginning,
middle, or end of the file. Thus, we provide a way for scenarios to