From: Kern Sibbald Date: Wed, 26 Sep 2007 08:43:28 +0000 (+0000) Subject: Update X-Git-Tag: Release-7.0.0~5611 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ff14c926c6b2ba7f837d489357df36b01c76f34;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5647 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/functions b/regress/scripts/functions index e46599fe77..aedc62a1b5 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -107,7 +107,7 @@ check_two_logs() { grep "^ Termination: *Backup OK" tmp/log1.out 2>&1 >/dev/null bstat=$? - grep "^ Termination: *Backup Error" tmp/log1.out 2>&1 >/dev/null + grep "^ Termination: .*Backup Error" tmp/log1.out 2>&1 >/dev/null if test $? -eq 0; then bstat=2 fi @@ -117,7 +117,7 @@ check_two_logs() if test $? -eq 0; then rstat=2 fi - grep "^ Termination: *Verify Differences" tmp/log2.out 2>&1 >/dev/null + grep "^ Termination: .*Verify Differences" tmp/log2.out 2>&1 >/dev/null if test $? -eq 0; then rstat=3 fi