]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add tests for bpipe on win32
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Oct 2008 08:39:03 +0000 (08:39 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Oct 2008 08:39:03 +0000 (08:39 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7825 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir.conf.testrunscript.in

index 846e956002ca1c942342c04ba0f11ed9bfa87125..93eb45e72fcd567631c872d49076e27867404dac 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