diff options
Diffstat (limited to 'tests/function/builtin/testscript')
-rw-r--r-- | tests/function/builtin/testscript | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index 6108455..d15eeb3 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -86,16 +86,7 @@ : path : - $* <'print $getenv([path] a)' 2>>~/EOE/ != 0 - <stdin>:1:8: error: unmatched call to getenv(path) - /(( - info: candidate: getenv(<untyped>), qualified name builtin.getenv - info: candidate: getenv(string), qualified name builtin.getenv - /)|( - info: candidate: getenv(string), qualified name builtin.getenv - info: candidate: getenv(<untyped>), qualified name builtin.getenv - /)) - EOE + $* <'print $getenv([path] a)' >'[null]' : none : |