automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} tests: fix spurious failures due to missing '$sleep'


From: Stefano Lattarini
Subject: [FYI] {maint} tests: fix spurious failures due to missing '$sleep'
Date: Mon, 11 Jun 2012 18:58:23 +0200

Revealed by failures on NetBSD 5.1.

* t/subobj-clean-pr10697.sh: Call '$sleep' before modifying the
files that should trigger an automatic remake.
* t/subobj-clean-lt-pr10697.sh: Likewise.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 t/subobj-clean-lt-pr10697.sh |    2 ++
 t/subobj-clean-pr10697.sh    |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/t/subobj-clean-lt-pr10697.sh b/t/subobj-clean-lt-pr10697.sh
index 95a732c..0d8e4d0 100755
--- a/t/subobj-clean-lt-pr10697.sh
+++ b/t/subobj-clean-lt-pr10697.sh
@@ -134,6 +134,8 @@ $MAKE
 test -f sub1/a.$OBJEXT
 test -f sub2/d.$OBJEXT
 
+$sleep
+
 mv -f sub2/d.c sub2/x.c
 rm -f sub1/a.c
 
diff --git a/t/subobj-clean-pr10697.sh b/t/subobj-clean-pr10697.sh
index 3b51cf1..7ed07d6 100755
--- a/t/subobj-clean-pr10697.sh
+++ b/t/subobj-clean-pr10697.sh
@@ -129,6 +129,8 @@ $MAKE
 test -f sub1/a.$OBJEXT
 test -f sub2/d.$OBJEXT
 
+$sleep
+
 mv -f sub2/d.c sub2/x.c
 rm -f sub1/a.c
 
-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]