diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-23 21:47:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-24 14:03:08 +0300 |
commit | cc6280af7eca660c916dc652066216acd474979d (patch) | |
tree | 656eea184002c665ebb1c7385d1c560c2ea67249 /tests/test/script/builtin/sed.testscript | |
parent | 1a30ba3788022d9cbee8cd13ae065f927817a08b (diff) |
Add testscript sleep builtin
Diffstat (limited to 'tests/test/script/builtin/sed.testscript')
-rw-r--r-- | tests/test/script/builtin/sed.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/builtin/sed.testscript b/tests/test/script/builtin/sed.testscript index 1665de2..e3c0965 100644 --- a/tests/test/script/builtin/sed.testscript +++ b/tests/test/script/builtin/sed.testscript @@ -109,7 +109,7 @@ $c <"sed -e 's/a//' a b" && $b 2>>/EOE != 0 testscript:1:1: error: sed exit code 1 != 0 info: stderr: test/1/stderr - sed: unexpected argument + sed: unexpected argument 'b' info: test id: 1 EOE } |