]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl try to fix solaris sh bug
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 27 May 2007 11:34:04 +0000 (11:34 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 27 May 2007 11:34:04 +0000 (11:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4917 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/runscript-test

index 434e3c1c964b4929c89a4950cb9da7fd693b64f0..e7557ef632dd49a658c825f83f67344258150fa8 100755 (executable)
@@ -55,9 +55,12 @@ bin/bacula start
 cat tmp/bconcmds | bin/bconsole -c bin/bconsole.conf > /dev/null
 stop_bacula
 
-export dstat=0
-export bstat=0
-export rstat=0
+dstat=0
+bstat=0
+rstat=0
+export dstat
+export bstat
+export rstat
 
 if grep -q 'dir: BeforeJob: run command "/bin/echo RunBeforeJob"'          tmp/RUN_ALL_OK.log   &&
    grep -q 'fd: ClientRunBeforeJob: ClientRunBeforeJob'                    tmp/RUN_ALL_OK.log   &&
@@ -114,4 +117,4 @@ else
    rstat=1
 fi
 
-end_test
\ No newline at end of file
+end_test