From efba7b00b1cc6b40f86445de1a9873b1a543a729 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 24 Feb 2003 22:12:19 +0000 Subject: [PATCH] 2003-02-24 Richard Dawe * tests/version7.test: Use $sleep to sleep before updating the version, to work around timestamp inconsistencies in Windows. --- ChangeLog | 7 ++++++- tests/version7.test | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b54fcc481..afb5db0f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2003-02-22 Bruno Haible +2003-02-24 Richard Dawe + + * tests/version7.test: Use $sleep to sleep before updating + the version, to work around timestamp inconsistencies in Windows. + +2003-02-24 Bruno Haible Alexandre Duret-Lutz * lib/am/texibuild.am: Don't remove the target info files. Instead, diff --git a/tests/version7.test b/tests/version7.test index c499ece39..ec7d7518e 100755 --- a/tests/version7.test +++ b/tests/version7.test @@ -64,6 +64,7 @@ $MAKE grep '2\.718' version.texi +$sleep echo 'm4_define([THE_VERSION], [3.141])' > version.m4 $MAKE distcheck ./configure --version | grep '3\.141' -- 2.47.2