From 8138c62a62ea1a2669bb0f8262e5638cd7e143ce Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 1 May 2008 16:34:31 +0000 Subject: [PATCH] ebl update and make it working git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6868 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/tests/maxtime-test | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/regress/tests/maxtime-test b/regress/tests/maxtime-test index 3c4e30429d..65bd59a1e1 100755 --- a/regress/tests/maxtime-test +++ b/regress/tests/maxtime-test @@ -1,6 +1,6 @@ #!/bin/sh # -# Test RunScript +# Test MaxWaitTime, MaxRunTime and MaxStartDelay # TestName="maxtime-test" @@ -42,9 +42,7 @@ END_OF_DATA mkfifo ${cwd}/tmp/fifo2 mkfifo ${cwd}/tmp/fifo3) 2> /dev/null -bin/bacula start -cat ${cwd}/tmp/bconcmds | bin/bconsole -c bin/bconsole.conf > /dev/null -stop_bacula +run_bacula rm ${cwd}/tmp/fifo ${cwd}/tmp/fifo2 ${cwd}/tmp/fifo3 -- 2.39.5