]> git.lyx.org Git - features.git/blobdiff - src/support/tests/test_convert
merge support/Makefile.am and support/tests/Makefile.am
[features.git] / src / support / tests / test_convert
index 07e1d45759b54f94c4bab501f80af6d8f67b941c..ae65fa9bee104a4103ff37ccb41b81702594d6f6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 regfile=`cat ${srcdir}/regfiles/convert`
-output=`./convert`
+output=`./check_convert`
 
 test "$regfile" = "$output"
 exit $?