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

# success
../examples/test3 --stringTest=asdf - asdf zero one > tmp.out 2>&1

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