aboutsummaryrefslogtreecommitdiff
path: root/test/005-invalid-arg.test/run.sh
blob: 3afc848085ff8dea1d8d8f3b56f5b944883f2909 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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