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

# success  test octal
../examples/test19 -i 012 > tmp.out 2>&1

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