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

# Checks that parsing exceptions are properly
# propagated to the caller.
../examples/test18 --help > tmp.out 2>&1

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