From 7c618d1d99e7e259734ba998b107208b5d090875 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 26 Sep 2007 08:43:28 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5647 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5