summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/dir with space/tspace.nim (renamed from tests/misc/tspace in filename.nim)0
-rw-r--r--tests/testament/tester.nim2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tspace in filename.nim b/tests/dir with space/tspace.nim
index 8db4b52f2..8db4b52f2 100644
--- a/tests/misc/tspace in filename.nim
+++ b/tests/dir with space/tspace.nim
diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim
index ba3abd1bd..b37f72f04 100644
--- a/tests/testament/tester.nim
+++ b/tests/testament/tester.nim
@@ -57,7 +57,7 @@ let
 proc callCompiler(cmdTemplate, filename, options: string,
                   target: TTarget): TSpec =
   let c = parseCmdLine(cmdTemplate % ["target", targetToCmd[target],
-                       "options", options, "file", filename])
+                       "options", options, "file", filename.quoteShell])
   var p = startProcess(command=c[0], args=c[1.. -1],
                        options={poStdErrToStdOut, poUseShell})
   let outp = p.outputStream