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/builtin | |
parent | 55ddc71fd801e06115ad6e33098b0eed2517daab (diff) |
Fix tests
Diffstat (limited to 'tests/function/builtin')
-rw-r--r-- | tests/function/builtin/testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index 7b85d7b..46a7b2c 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -105,6 +105,7 @@ : $* <'print $getenv(a b)' 2>>EOE != 0 error: invalid argument: invalid string value: multiple names + <stdin>:1:8: info: while calling getenv(<untyped>) EOE } |