aboutsummaryrefslogtreecommitdiff
path: root/test/001-error-no-args.test/run.sh
blob: fae5bd4adf4e680d2b1d6cfcecb199a8a83d6147 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

${EXECUTABLE} -A
if [ $? -eq 0 ]; then
	exit 1
else
	exit 0
fi