summaryrefslogtreecommitdiffstats
path: root/tests/test/script/runner/exit.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-23 21:47:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-24 14:03:08 +0300
commitcc6280af7eca660c916dc652066216acd474979d (patch)
tree656eea184002c665ebb1c7385d1c560c2ea67249 /tests/test/script/runner/exit.testscript
parent1a30ba3788022d9cbee8cd13ae065f927817a08b (diff)
downloadbuild2-cc6280af7eca660c916dc652066216acd474979d.tar.gz
build2-cc6280af7eca660c916dc652066216acd474979d.tar.xz
build2-cc6280af7eca660c916dc652066216acd474979d.zip
Add testscript sleep builtin
Diffstat (limited to 'tests/test/script/runner/exit.testscript')
-rw-r--r--tests/test/script/runner/exit.testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript
index 897cf655..261b02dd 100644
--- a/tests/test/script/runner/exit.testscript
+++ b/tests/test/script/runner/exit.testscript
@@ -77,7 +77,7 @@ empty_id = ''
: unexpected
:
$c <'exit "foo" "bar"' && $b 2>>EOE != 0
- testscript:1:1: error: unexpected argument
+ testscript:1:1: error: unexpected argument 'bar'
info: test id: 1
EOE
}