aboutsummaryrefslogtreecommitdiff
path: root/test/001-error-no-args.test/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/001-error-no-args.test/run.sh')
-rwxr-xr-xtest/001-error-no-args.test/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/001-error-no-args.test/run.sh b/test/001-error-no-args.test/run.sh
index 4e67e1d..fae5bd4 100755
--- a/test/001-error-no-args.test/run.sh
+++ b/test/001-error-no-args.test/run.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-${EXECUTABLE}
+${EXECUTABLE} -A
if [ $? -eq 0 ]; then
exit 1
else