]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: test script with spaces
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 11 Jan 2011 14:32:41 +0000 (15:32 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:39:50 +0000 (14:39 +0200)
regress/scripts/win32-bacula-dir.conf.in

index 7c30d5456886297da55973d3b9f1446a1f242a2c..9e10c25a91753612d2bb6d948867b3c93f6dadb6 100644 (file)
@@ -77,11 +77,13 @@ Job {
   SpoolData = yes
 
   RunScript {
-   Command = "c:\\tmp\\weird_runscript\\test.bat"       # ok  | ok  | ok
-   Command = "c:/tmp/weird_runscript/test.bat"          # ok  | ok  | ok
-   Command = "c:/tmp/weird_runscript/testé.bat"         # ok  | ok  | ok
-   Command = "c:\\tmp\\weird_runscript\\testé.bat"      # ok  | ok  | ok
-   Command = "\"c:\\tmp\\weird_runscript\\test space.bat\"" # ok  | ok  | ok
+   Command = "c:\\tmp\\weird_runscript\\test.bat"               # ok  | ok  | ok
+   Command = "c:/tmp/weird_runscript/test.bat"                  # ok  | ok  | ok
+   Command = "\"c:/tmp/weird_runscript/dir space/test.bat\""    # ok  | ok  | ok
+   Command = "\"c:/tmp/weird_runscript/dir space/test2 space.bat\"" # ok|ok|ok
+   Command = "c:/tmp/weird_runscript/testé.bat"                 # ok  | ok  | ok
+   Command = "c:\\tmp\\weird_runscript\\testé.bat"              # ok  | ok  | ok
+   Command = "\"c:\\tmp\\weird_runscript\\test space.bat\""     # ok  | ok  | ok
    RunsWhen = AfterVSS
    FailJobOnError = no
  }