TCLAP/tests/test51.sh
2004-09-12 02:35:14 +00:00

12 lines
133 B
Bash
Executable File

#!/bin/sh
# failure
../examples/test8 -s=one homer -B > tmp.out 2>&1
if cmp -s tmp.out test51.out; then
exit 0
else
exit 1
fi