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

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