summary refs log tree commit diff
diff options
context:
space:
mode:
-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