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

# success
../examples/test5 -a asdf -c fdas --eee blah --ddd -j o --jjj t > tmp.out 2>&1

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