aboutsummaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-22 20:00:07 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-22 20:00:07 +0300
commit18697575ae7f8cf3b0ec978b09ec4e5fb7a53b21 (patch)
tree9d6bd98262d2a848a6e1757701b64ad87dc3e7cf /tests/test
parent8b98a6b3fae40487ac529a7118865df6a71159ee (diff)
Fix testscript touch builtin test
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/script/builtin/touch.test2
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