]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl try to fix solaris "dstat" error
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 24 May 2007 19:56:26 +0000 (19:56 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 24 May 2007 19:56:26 +0000 (19:56 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4897 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/regexwhere-test

index a64b5cd87c6e22e7786aaec0e8fe452e327f92ab..fa9f1ae375c5f21d348f46d822003d2bf878afed 100755 (executable)
@@ -165,9 +165,13 @@ 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
 
 J=JobA
 if grep -q "Restore OK"  tmp/RUN_$J &&