summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/tests/test68.sh
blob: c8f19d77fd39559bc3f209f8e7ddf8df852cf09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# this tests whether we can parse args from
# a vector of strings and that combined switch
# handling doesn't get fooled if the delimiter
# is in the string
# success  
../examples/test13 > tmp.out 2>&1

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