aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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