tests: prefer including 'test-init.sh' rather than './defs'
[platform/upstream/automake.git] / t / cond36.sh
index 2b8e584..a65343f 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Check rules output for parser defined conditionally.
 
-. ./defs || exit 1
+. test-init.sh
 
 cat >>configure.ac <<'EOF'
 AM_CONDITIONAL([CASE_A], [test -z "$case_B"])