]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/test_lstrings
Remove non-copyable idioms
[lyx.git] / src / support / tests / test_lstrings
index 2db5bc8298148d705b806792f5faf786589b7fd9..a05c82baad008cc69929e5ae3f7a2be6287b49c1 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-regfile=`cat ${srcdir}/regfiles/lstrings`
-output=`./lstrings`
+regfile=`cat ${srcdir}/tests/regfiles/lstrings`
+output=`./check_lstrings`
 
 test "$regfile" = "$output"
 exit $?