TCLAP/tests/test21.sh
2004-02-10 04:16:56 +00:00

12 lines
140 B
Bash
Executable File

#!/bin/sh
# success
../examples/test5 -b asdf -c fdas -g asdf > tmp.out 2>&1
if cmp -s tmp.out test21.out; then
exit 0
else
exit 1
fi