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

# success
../examples/test3  --stringTest=aaa homer marge bart -- one two > tmp.out 2>&1

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