From: Eric Bollengier Date: Sun, 27 May 2007 11:34:04 +0000 (+0000) Subject: ebl try to fix solaris sh bug X-Git-Tag: Release-2.2.0~377 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c4f156b49132763de20c1711a24b9d618ed9eea9;p=bacula%2Fbacula ebl try to fix solaris sh bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4917 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/tests/runscript-test b/regress/tests/runscript-test index 434e3c1c96..e7557ef632 100755 --- a/regress/tests/runscript-test +++ b/regress/tests/runscript-test @@ -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