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

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

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