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

if ${EXECUTABLE} -A ; then
	exit 1
else
	exit 0
fi