summaryrefslogtreecommitdiff
path: root/crash-test
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-04-21 19:55:46 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-04-21 19:55:46 +0100
commit790899a94d010c0c3202be854125e0823fcbbf9f (patch)
tree50890301875ed2be129334ae87693e92eb21154b /crash-test
parentd517b531426252f0c28bb0e4d5d3fe25fc8a51a9 (diff)
downloadobnam-790899a94d010c0c3202be854125e0823fcbbf9f.tar.gz
force-lock is now unconditional and works
Diffstat (limited to 'crash-test')
-rwxr-xr-xcrash-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/crash-test b/crash-test
index 84b6c687..ca07163e 100755
--- a/crash-test
+++ b/crash-test
@@ -50,7 +50,7 @@ do
rm -f "$tempdir/obnam.log"
echo "Trying backup with at most $N writes to repository"
- find "$tempdir/repo" -name lock -delete
+ ./obnam force-lock --no-default-config --config "$tempdir/conf" 2>/dev/null
if ./obnam backup --no-default-config --config "$tempdir/conf" 2>/dev/null
then
echo "Backup finished ok, done"