aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-11-23 01:36:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-11-23 01:36:25 +0300
commit4dbbb01d07b2620efebad994ab869725c8ea6e20 (patch)
tree20d63624eddcdba759ab728db426b549661747c9 /tests
parent28eae955f819df44926a89c6c9f41188b8e2cc02 (diff)
Fix failing on Windows path functions testscript
Diffstat (limited to 'tests')
-rw-r--r--tests/function/path/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function/path/testscript b/tests/function/path/testscript
index cc736ee..e1b08af 100644
--- a/tests/function/path/testscript
+++ b/tests/function/path/testscript
@@ -34,6 +34,6 @@ if ($cxx.target.class != windows) # @@ TMP ternarry
else
p = c:/../foo
end;
-$* <"\$path.normalize\($p)" 2>>EOE != 0
+$* <"\$path.normalize\('$p')" 2>>EOE != 0
error: invalid path: '$p'
EOE