]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/sparse-test
Update to 1.36.1 output format
[bacula/bacula] / regress / tests / sparse-test
index c1c7328bd62b12803e0df32bc0ddcd48d32df56c..6edbdad123c12da15a720787751a88207868dcb4 100755 (executable)
@@ -39,9 +39,9 @@ quit
 END_OF_DATA
 scripts/check_for_zombie_jobs storage=File 
 bin/bacula stop 2>&1 >/dev/null
-grep "^Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null
+grep "^  Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null
 bstat=$?
-grep "^Termination: *Restore OK" tmp/log2.out 2>&1 >/dev/null
+grep "^  Termination: *Restore OK" tmp/log2.out 2>&1 >/dev/null
 rstat=$?
 diff -r build tmp/bacula-restores${cwd}/build 2>&1 >/dev/null
 if [ $? != 0 -o $bstat != 0 -o $rstat != 0 ] ; then