summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test69.sh
blob: 843b9ce49dc3931fc10b77876fce203009b4c45c (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 --bob > tmp.out 2>&1

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