X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftests%2Ftest_filetools;h=c77608b1d9fe2f5861e252271b0cf7301adccf96;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=e44c1b860786e5599476db5e84400ea27844ffd2;hpb=c0ce7ff6593c30da8deb278ef48e118f4214769a;p=lyx.git diff --git a/src/support/tests/test_filetools b/src/support/tests/test_filetools index e44c1b8607..c77608b1d9 100755 --- a/src/support/tests/test_filetools +++ b/src/support/tests/test_filetools @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -regfile=`cat ${srcdir}/regfiles/filetools` -output=`./filetools` +regfile=`cat ${srcdir}/tests/regfiles/filetools` +output=`./check_filetools` test "$regfile" = "$output" exit $?