aboutsummaryrefslogtreecommitdiff
path: root/tests/new.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new.testscript')
-rw-r--r--tests/new.testscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/new.testscript b/tests/new.testscript
index fd95a94..6d1888a 100644
--- a/tests/new.testscript
+++ b/tests/new.testscript
@@ -836,7 +836,7 @@ status += -d prj
: substitution
:
$* prj --post-hook 'echo foo >>@bar@' 2>>EOE &prj/*** != 0
- error: invalid post hook 'echo foo >>@bar@': unknown variable 'bar'
+ error: invalid post hook 'echo foo >>@bar@': unknown substitution variable 'bar'
EOE
: open-redirect
@@ -884,7 +884,7 @@ status += -d prj
: substitution
:
$* prj --pre-hook 'echo foo >>@bar@' 2>>EOE &prj/*** != 0
- error: invalid pre hook 'echo foo >>@bar@': unknown variable 'bar'
+ error: invalid pre hook 'echo foo >>@bar@': unknown substitution variable 'bar'
EOE
}
}