aboutsummaryrefslogtreecommitdiff
path: root/tests/test/script/builtin/touch.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/script/builtin/touch.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