X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftests%2Ftest_lstrings;h=a05c82baad008cc69929e5ae3f7a2be6287b49c1;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=3d4adfdb1ef5410c246ffc9b39449f872506f244;hpb=4b518dbae58165dc44f5f0dd1ec8b368abb4f3c2;p=lyx.git diff --git a/src/support/tests/test_lstrings b/src/support/tests/test_lstrings index 3d4adfdb1e..a05c82baad 100755 --- a/src/support/tests/test_lstrings +++ b/src/support/tests/test_lstrings @@ -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 $?