]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/backup-bacula-test
Test
[bacula/bacula] / regress / tests / backup-bacula-test
index 84dec154af4d473aedbd8d14aba38d010d489b6b..d8512e2181c5c49dc251560c18bd5cb012629030 100755 (executable)
@@ -53,9 +53,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