summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test52.sh
blob: 85a28f777fe0c01b67e43c78289c632aa37f723b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# failure
../examples/test8 -i=9a -i=1 -s=asdf asdf asdf > tmp.out 2>&1

if cmp -s tmp.out $srcdir/test52.out; then
	exit 0
else
	exit 1
fi