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

# success
../examples/test7 --help  > tmp.out 2>&1

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