From 4dbbb01d07b2620efebad994ab869725c8ea6e20 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Nov 2016 01:36:25 +0300 Subject: Fix failing on Windows path functions testscript --- tests/function/path/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1