From: Eric Bollengier Date: Fri, 17 Oct 2008 08:39:03 +0000 (+0000) Subject: ebl Add tests for bpipe on win32 X-Git-Tag: Release-7.0.0~3924 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1e18b413b9c4d4fc3e542d07e202f355a3d4105;p=bacula%2Fbacula ebl Add tests for bpipe on win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7825 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-dir.conf.testrunscript.in b/regress/scripts/bacula-dir.conf.testrunscript.in index 846e956002..93eb45e72f 100644 --- a/regress/scripts/bacula-dir.conf.testrunscript.in +++ b/regress/scripts/bacula-dir.conf.testrunscript.in @@ -73,15 +73,21 @@ Job { FileSet = FS_TESTJOB RunScript { # 2.4 | 2.5 | cmd /c Command = "c:\\temp\\test.bat" # ok | ok | ok + Command = "c:\\temp\\test.bat arg1" # ok | ok | ok Command = "c:/temp/test.bat" # ok | ok | ok + Command = "c:/temp/test.bat arg1" # ok | ok | ok Command = "c:/temp/test space.bat" # ok | ok | ok - Command = "\"c:/temp/dir space/test.bat\"" # ok | ok | ok + Command = "c:/temp/test2 space.bat" # ok | ok | ok + Command = "\"c:/temp/test space.bat\" arg1" # ok | ok | ok + Command = "\"c:/temp/dir space/test.bat\" arg1" # ok | ok | ok Command = "c:/temp/érïc/test.bat" # ERR | ok | ok Command = "c:/temp/érïc/test space.bat" # ERR | ok | ok Command = "c:/temp/testé.bat" # ERR | ok | ok Command = "c:/temp/érïc/testé.bat" # ERR | ok | ok Command = "\"c:/temp/dir space/érïc/test.bat\"" # ERR | ERR | ok Command = "\"c:/temp/dir space/érïc/test space.bat\"" # ERR | ERR | ok + Command = "c:/temp/test space.bat arg1" # ERR | ERR | ERR + Command = "c:/temp/test2 space.bat arg1" # ERR | ERR | ERR Command = "c:/temp/dir space/érïc/test.bat" # ERR | ERR | ERR Command = "c:/temp/dir space/test.bat" # ERR | ERR | ERR Command = "'c:/temp/dir space/test.bat'" # ERR | ERR | ERR