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