tests: prefer including 'test-init.sh' rather than './defs'
[platform/upstream/automake.git] / t / specflg-dummy.sh
index 28d576c..e0611bc 100755 (executable)
@@ -20,7 +20,7 @@
 # even if AM_CFLAGS is undefined. Similarly for other *FLAGS variables
 # (CXXFLAGS, YFLAGS, LDFLAGS, ...)
 
-. ./defs || exit 1
+. test-init.sh
 
 # Disable shell globbing if possible.
 (set +f) >/dev/null 2>&1 && set +f