about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-05-19 16:43:11 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-05-19 16:43:11 +0200
commita5cbaa2a456bd39104ff2c9f19562d90bd453d5d (patch)
treeb656a0d8f71bb8ba363c52d2161ba8ea85e238de
parent146432be76f83d80272481f5203bc572829f5f12 (diff)
downloadxe-a5cbaa2a456bd39104ff2c9f19562d90bd453d5d.tar.gz
xe-a5cbaa2a456bd39104ff2c9f19562d90bd453d5d.tar.xz
xe-a5cbaa2a456bd39104ff2c9f19562d90bd453d5d.zip
tests: fix test for -A% with no %.
-rwxr-xr-xtests3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests b/tests
index e810c0d..ecb6107 100755
--- a/tests
+++ b/tests
@@ -127,7 +127,8 @@ check_output 'using -A%' '$XE -A% echo -- % 1 2 3' <<EOF
 -- 3
 EOF
 
-check_output 'using -A% with no arguments' '$XE -A% echo' <<EOF
+check_output 'using -A% with no arguments' '$XE -A% echo || true' <<EOF
+xe: '-A %' used but no separator '%' found in command line.
 EOF
 
 check_output 'using -A% with no command' '$XE -N2 -A% % 1 2 3' <<EOF