From cf18da3ac461087ccffd31222dbe4fa2e6428d56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Nov 2019 14:58:11 +0200 Subject: Fix tests --- tests/function/path/testscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/function/path/testscript') diff --git a/tests/function/path/testscript b/tests/function/path/testscript index 8059f05..742ec21 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -72,6 +72,7 @@ s = ($cxx.target.class != 'windows' ? '/' : '\') : $* <'print $leaf([path] a/b/c, [dir_path] a/d)' 2>>"EOE" != 0 error: 'a/d$s' is not a prefix of 'a/b/c' + :1:8: info: while calling leaf\(path, dir_path\) EOE } @@ -106,6 +107,7 @@ s = ($cxx.target.class != 'windows' ? '/' : '\') p = ($cxx.target.class != 'windows' ? /../foo : 'c:/../foo'); $* <"\$path.normalize\('$p')" 2>>"EOE" != 0 error: invalid path: '$p' + :1:2: info: while calling path.normalize\(\) EOE : path-match -- cgit v1.1