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/filesystem/testscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/function/filesystem') diff --git a/tests/function/filesystem/testscript b/tests/function/filesystem/testscript index 41d4c59..1b65d50 100644 --- a/tests/function/filesystem/testscript +++ b/tests/function/filesystem/testscript @@ -23,6 +23,7 @@ $* <'print $path_search([path] "b**/", [dir_path] ../../a)' 2>>~%EOE% != 0 %error: start directory '.+' is relative% % info: pattern '.+' is relative% + :1:8: info: while calling path_search(path, dir_path) EOE : start-untyped @@ -33,6 +34,7 @@ : $* <'print $path_search([path] "b**/", a b)' 2>>EOE != 0 error: invalid argument: invalid dir_path value: multiple names + :1:8: info: while calling path_search(path, ) EOE } @@ -68,6 +70,7 @@ touch b; $* <'print $path_search(a b, $src_base)' 2>>EOE != 0 error: invalid argument: invalid path value: multiple names + :1:8: info: while calling path_search(, dir_path) EOE } } -- cgit v1.1