rhubarb-lip-sync/lib/tclap-1.2.1/tests/test53.sh

12 lines
155 B
Bash

#!/bin/sh
# failure
../examples/test8 -f=9 -f=1.0.0 -s=asdf asdf asdf > tmp.out 2>&1
if cmp -s tmp.out $srcdir/test53.out; then
exit 0
else
exit 1
fi