summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2014-12-27 23:20:12 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2014-12-27 23:20:15 +0100
commit75ba55ff95160c6a59995263e29ee6061b815881 (patch)
treebbd429eb91bdde54d4b80ebb3db1088a12e92f91
parent50ae952fcbe12a086ef6bec7f4f2e46326e7b03d (diff)
downloadautomake-75ba55ff95160c6a59995263e29ee6061b815881.tar.gz
tests: avoid a possible failure due to autom4te cache staleness
* t/includes-deprecation.sh: Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-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