]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/test_filetools
Cmake build: Testing
[lyx.git] / src / support / tests / test_filetools
index e44c1b860786e5599476db5e84400ea27844ffd2..c77608b1d9fe2f5861e252271b0cf7301adccf96 100755 (executable)
@@ -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 $?