]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Fix status-test
authorEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:05:18 +0000 (09:05 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:05:18 +0000 (09:05 +0100)
regress/tests/status-test

index 32909db9bbd99e023e9a1cb75949abcfe621c06e..eb0af0d3c0be41edf950e65dd006d90c3a721474 100755 (executable)
@@ -188,10 +188,10 @@ if [ $? -ne 0 ]; then
     estat=1
 fi
 
-grep "DedupDirectory" $tmp/log8.out > /dev/null
-if [ $? -ne 0 ]; then
-    print_debug "ERROR: should find 'DedupDirectory' in $tmp/log8.out"
-    estat=1
-fi
+grep "DedupDirectory" $tmp/log8.out > /dev/null
+if [ $? -ne 0 ]; then
+    print_debug "ERROR: should find 'DedupDirectory' in $tmp/log8.out"
+    estat=1
+fi
 
 end_test