summaryrefslogtreecommitdiff
path: root/t/includes-deprecation.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/includes-deprecation.sh')
-rw-r--r--t/includes-deprecation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/includes-deprecation.sh b/t/includes-deprecation.sh
index 7db0c0696..66a95644d 100644
--- a/t/includes-deprecation.sh
+++ b/t/includes-deprecation.sh
@@ -32,6 +32,8 @@ grep "^Makefile\\.am:2:.* 'INCLUDES'.* deprecated.* 'AM_CPPFLAGS'" stderr
AUTOMAKE_run -Wall -Wno-obsolete
test ! -s stderr
+$sleep
+
echo 'AC_SUBST([INCLUDES])' >> configure.ac
sed '/^INCLUDES/d' Makefile.am > t && mv -f t Makefile.am