]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/test_filetools
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / support / tests / test_filetools
index e930a6714c0072516909c0eb6428d614c43f3604..c77608b1d9fe2f5861e252271b0cf7301adccf96 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-regfile=`cat ${srcdir}/regfiles/filetools`
-output=`./filetools`
+regfile=`cat ${srcdir}/tests/regfiles/filetools`
+output=`./check_filetools`
 
 test "$regfile" = "$output"
 exit $?