diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 14:58:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 15:04:54 +0200 |
commit | cf18da3ac461087ccffd31222dbe4fa2e6428d56 (patch) | |
tree | 987f9c11a25d14930ff7146f1a52b7e698a17391 /tests/function/filesystem | |
parent | 55ddc71fd801e06115ad6e33098b0eed2517daab (diff) |
Fix tests
Diffstat (limited to 'tests/function/filesystem')
-rw-r--r-- | tests/function/filesystem/testscript | 3 |
1 files changed, 3 insertions, 0 deletions
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% + <stdin>: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 + <stdin>:1:8: info: while calling path_search(path, <untyped>) 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 + <stdin>:1:8: info: while calling path_search(<untyped>, dir_path) EOE } } |