From 509c69f10e9e3bdece26e6e81c7f16a957c55002 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 27 May 2007 11:34:04 +0000 Subject: [PATCH] ebl try to fix solaris sh bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4917 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/runscript-test | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.39.5