]> git.lyx.org Git - features.git/blobdiff - src/support/tests/test_filetools
merge support/Makefile.am and support/tests/Makefile.am
[features.git] / src / support / tests / test_filetools
index e930a6714c0072516909c0eb6428d614c43f3604..3e67aacec8489ec7252913ff27dd56a947598a3e 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 regfile=`cat ${srcdir}/regfiles/filetools`
-output=`./filetools`
+output=`./check_filetools`
 
 test "$regfile" = "$output"
 exit $?