summaryrefslogtreecommitdiff
path: root/crash-test
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-04-13 16:55:00 +0100
committerLars Wirzenius <liw@liw.fi>2014-04-13 16:55:00 +0100
commit7d0806ff57733a2ad3b1ff5a97556b584ac96c62 (patch)
tree56f0d0b6a97f177f8a5d91086daa7841f67cbb93 /crash-test
parentd8c1689a7fe5966dec55d370a6ad82b9926e0b37 (diff)
downloadobnam-7d0806ff57733a2ad3b1ff5a97556b584ac96c62.tar.gz
Format long lines
Diffstat (limited to 'crash-test')
-rwxr-xr-xcrash-test6
1 files changed, 4 insertions, 2 deletions
diff --git a/crash-test b/crash-test
index 119752a2..de74d016 100755
--- a/crash-test
+++ b/crash-test
@@ -41,7 +41,8 @@ log-keep = 16
trace = larch, obnamlib
EOF
-# Do a minimal backup to make sure the repository works at least once, without the crash-limit option
+# Do a minimal backup to make sure the repository works at least once,
+# without the crash-limit option
mkdir "$tempdir/data"
./obnam backup --no-default-config --config "$tempdir/conf"
@@ -56,7 +57,8 @@ do
# rm -f "$tempdir/obnam.log"
echo "Trying backup with at most $N writes to repository"
- ./obnam force-lock --no-default-config --config "$tempdir/conf" 2>/dev/null
+ ./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"