tests: prefer including 'test-init.sh' rather than './defs'
[platform/upstream/automake.git] / t / condman3.sh
index 094a66c..8f0f658 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Make sure conditionals work with man pages.
 
-. ./defs || exit 1
+. test-init.sh
 
 cat >> configure.ac << 'END'
 AM_CONDITIONAL([COND], [test x"$FOO" = x"true"])