lyx_mirror/src/support/tests/test_lstrings

8 lines
102 B
Plaintext
Raw Normal View History

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