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

# success
../examples/test4 -BA --Bs asdf > tmp.out 2>&1

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