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

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