]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/bacula-dir.conf.testrunscript.in
Possible fix for big-files-test
[bacula/bacula] / regress / scripts / bacula-dir.conf.testrunscript.in
index 846e956002ca1c942342c04ba0f11ed9bfa87125..b23723c1c702e7b0c964a7ad84b5fc61a498ac67 100644 (file)
@@ -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"