X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=regress%2Fscripts%2Fbacula-dir.conf.testrunscript.in;h=b23723c1c702e7b0c964a7ad84b5fc61a498ac67;hb=d5189111dcd58f77691e748c57cb8fa9bb6384f8;hp=846e956002ca1c942342c04ba0f11ed9bfa87125;hpb=202d8e03a3ee7b1ff6432d6e9b8c5536d17f352b;p=bacula%2Fbacula diff --git a/regress/scripts/bacula-dir.conf.testrunscript.in b/regress/scripts/bacula-dir.conf.testrunscript.in index 846e956002..b23723c1c7 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 @@ -157,7 +163,7 @@ Job { } #@hostname@-fd: ClientBeforeJob: run command "/bin/false RUN_FD_FAILED1" -#we dont execute FAILED2 +#we don't execute FAILED2 #@hostname@-dir: AfterJob: run command "/bin/echo RunAfterFailedJob" Job { Name = "RUN_FD_FAILED2"