]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix rstat
authorKern Sibbald <kern@sibbald.com>
Thu, 20 Sep 2007 18:52:48 +0000 (18:52 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 20 Sep 2007 18:52:48 +0000 (18:52 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5618 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions

index 28c85f3a77cc3cc612b7cffe38b1463095f1af81..00924d44fb06b8991ddd78c261f46fa20e49689a 100644 (file)
@@ -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
 }