]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/recycle-test
Test
[bacula/bacula] / regress / tests / recycle-test
index 6dbc60c5a51548a491d928ad98c399464b1ecef7..445f8e011746165c66540eb51b29651be678b940 100755 (executable)
@@ -72,9 +72,9 @@ quit
 END_OF_DATA
 scripts/check_for_zombie_jobs storage=File1
 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