aboutsummaryrefslogtreecommitdiff
path: root/tests/command/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/command/testscript')
-rw-r--r--tests/command/testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/command/testscript b/tests/command/testscript
index 40af276..f2b046a 100644
--- a/tests/command/testscript
+++ b/tests/command/testscript
@@ -114,9 +114,9 @@ end
{
test.options += -s v=a
- $* 'p @a b@' 2>"unmatched substitution character '@' in '@a'" != 0 : unterm-var
- $* "p '@a b@'" 2>"whitespace in variable name 'a b'" != 0 : ws-var
- $* 'p @x@' 2>"unknown variable 'x'" != 0 : unknown-var
+ $* 'p @a b@' 2>"unmatched substitution character '@'" != 0 : unterm-var
+ $* "p '@a b@'" 2>"whitespace in substitution variable 'a b'" != 0 : ws-var
+ $* 'p @x@' 2>"unknown substitution variable 'x'" != 0 : unknown-var
}
}