summaryrefslogtreecommitdiff
path: root/yarns/obnam.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-01-11 20:26:51 +0000
committerLars Wirzenius <liw@liw.fi>2014-01-11 20:26:51 +0000
commite65bdd1e04d01f3ef1e842f10d52e261050b599e (patch)
tree64da6264799ada721b40a682c79f9c5500215545 /yarns/obnam.sh
parent05842d105dca9e20d6c26b50bb78c60ab05e102d (diff)
downloadobnam-e65bdd1e04d01f3ef1e842f10d52e261050b599e.tar.gz
Add yarn test for pretend backups
Remove cmdtest test for this. To make things clearer in the new test, also change all the steps that use a backup repository to have the user specify it explicitly.
Diffstat (limited to 'yarns/obnam.sh')
-rw-r--r--yarns/obnam.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/yarns/obnam.sh b/yarns/obnam.sh
index db7f529f..27dbe57b 100644
--- a/yarns/obnam.sh
+++ b/yarns/obnam.sh
@@ -16,10 +16,6 @@
# =*= License: GPL-3+ =*=
-# Set variables to help referring to common things in $DATADIR.
-REPO="$DATADIR/repo"
-
-
# Run Obnam in a safe way that ignore's any configuration files outside
# the test.
@@ -37,4 +33,3 @@ manifest()
summain -r "$1" --exclude Ino --exclude Dev |
sed '/^Mtime:/s/\.[0-9]* / /'
}
-