aboutsummaryrefslogtreecommitdiff
path: root/tests/function
diff options
context:
space:
mode:
Diffstat (limited to 'tests/function')
-rw-r--r--tests/function/path/testscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/function/path/testscript b/tests/function/path/testscript
index 828263f..a0d8422 100644
--- a/tests/function/path/testscript
+++ b/tests/function/path/testscript
@@ -32,9 +32,7 @@ s = ($cxx.target.class != windows ? '/' : '\')
if ($cxx.target.class == windows)
{
mkdir Foo;
- # @@ regex
- #$* <'print $path.normalize($out_base/foo, true)' >~'/.+\Foo/' # cross
- $* <'print $path.normalize($out_base/foo, true)' >"$~\\Foo"
+ $* <'print $path.normalize($out_base/foo, true)' >~'/.+\\Foo/'
}
}