tests: strengthen the ylwrap tests
[platform/upstream/automake.git] / t / postproc.sh
index 7eaa4f8..d73eaec 100755 (executable)
@@ -18,7 +18,7 @@
 # and renamed.
 
 required=cc
-. ./defs || Exit 1
+. test-init.sh
 
 cat >configure.ac <<END
 AC_INIT([$me], [1.0])
@@ -43,6 +43,6 @@ cat myMakefile.old >> myMakefile.in
 
 ./configure
 
-test -f .deps/fred.Po || test -f _deps/fred.Po || Exit 1
+test -f .deps/fred.Po || test -f _deps/fred.Po || exit 1
 
 :