aboutsummaryrefslogtreecommitdiff
path: root/test/003-test-invalid-char.test/run.sh
blob: a59b826df3a1d2a070ee8a8e25f45610cff9452a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

${EXECUTABLE} -s foovalid1not

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