tests: strengthen the ylwrap tests
[platform/upstream/automake.git] / t / txinfo13.sh
index 6c06942..374c44a 100755 (executable)
@@ -18,8 +18,8 @@
 # Also make sure we do not distribute too much foo.info* files (Report
 # from Vincent Lefevre).
 
-required='makeinfo tex texi2dvi-o'
-. ./defs || exit 1
+required='makeinfo tex texi2dvi'
+. test-init.sh
 
 echo AC_OUTPUT >> configure.ac
 
@@ -61,5 +61,7 @@ cd build
 ../configure
 $MAKE distcheck
 test -f ../subdir/main.info
-test ! -f subdir/main.info
+test ! -e subdir/main.info
 test -f ../subdir/main.info.bak
+
+: