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 <stefano.lattar...@gmail.com> --- 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