lyx_mirror/src/support/tests/test_convert

8 lines
100 B
Plaintext
Raw Normal View History

#!/bin/bash
regfile=`cat regfiles/convert`
output=`./convert`
test "$regfile" = "$output"
exit $?