TCLAP/tests/test17.sh
2003-12-22 02:06:01 +00:00

11 lines
123 B
Bash
Executable File

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