From: Kern Sibbald Date: Thu, 20 Sep 2007 18:52:48 +0000 (+0000) Subject: Fix rstat X-Git-Tag: Release-3.0.0~2486 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5687f26717003df7846bde4af6168068b0e0cfbf;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 }