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

# success
../examples/test8 -s=bill -i=9 -i=8 -B homer marge bart > tmp.out 2>&1

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