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

# failure
../examples/test2 -i 2a -f 4.2 -s asdf asdf > tmp.out 2>&1

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