diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-22 20:00:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-22 20:00:07 +0300 |
commit | 18697575ae7f8cf3b0ec978b09ec4e5fb7a53b21 (patch) | |
tree | 9d6bd98262d2a848a6e1757701b64ad87dc3e7cf /tests/test | |
parent | 8b98a6b3fae40487ac529a7118865df6a71159ee (diff) |
Fix testscript touch builtin test
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/script/builtin/touch.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/builtin/touch.test b/tests/test/script/builtin/touch.test index 3a543e8..73115b3 100644 --- a/tests/test/script/builtin/touch.test +++ b/tests/test/script/builtin/touch.test @@ -63,5 +63,5 @@ $c <<EOI && $b a = $~; a += "a"; mkdir a; -touch a 2>"touch: '$a' exists and is not a file" == 1 +touch a 2>~"%touch: cannot create/update '$a': .+%" == 1 EOI |