From: Kern Sibbald Date: Thu, 20 Sep 2007 18:52:48 +0000 (+0000) Subject: Fix rstat X-Git-Tag: Release-7.0.0~5638 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b05623e58373dde3e7c274528b482279e3f3a58b;p=bacula%2Fbacula Fix rstat git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5618 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 }