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

# success
../examples/test5 -a asdf -c fdas --eee blah -i sss -i fdsf > tmp.out 2>&1

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