From 3ecbf5d51b13e11a93ae5757408a27c21d804c9f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 17 Dec 2016 23:28:30 +0300 Subject: Add support for regex in runner --- tests/function/path/testscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/function') 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/' } } -- cgit v1.1