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

# success
../examples/test7 -n homer 2 -n marge 1 3 > tmp.out 2>&1

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