From b05623e58373dde3e7c274528b482279e3f3a58b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 20 Sep 2007 18:52:48 +0000 Subject: [PATCH] Fix rstat git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5618 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index 28c85f3a77..00924d44fb 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -111,7 +111,7 @@ check_two_logs() rstat=$? grep "^ Termination: *Restore OK -- warning file count mismatch" tmp/log2.out 2>&1 >/dev/null if test $? -eq 0; then - rstat = 2 + rstat=2 fi } -- 2.39.5