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

# success
../examples/test9 -VVV -N --noise -r blah > tmp.out 2>&1

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