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

${EXECUTABLE} -A -s foovalid1not

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