changeset 21219:a7eba92ee983

Test for spring-forward gap before long-running test.
author Jim Meyering <jim@meyering.net>
date Sun, 18 Oct 1998 00:58:07 +0000
parents e87a3df3b734
children 8fa1f38616d5
files m4/mktime.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/mktime.m4	Sat Oct 17 12:39:30 1998 +0000
+++ b/m4/mktime.m4	Sun Oct 18 00:58:07 1998 +0000
@@ -1,4 +1,4 @@
-#serial 1000
+#serial 1001
 
 dnl Just like mktime.m4 from automake-1.3b, but with an additional test.
 dnl Renamed to have jm_ prefix and to use jm_ prefix on cache variable names.
@@ -132,6 +132,7 @@
   time_t t, delta;
   int i, j;
 
+  spring_forward_gap ();
   for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
     continue;
   time_t_max--;
@@ -151,7 +152,6 @@
       bigtime_test (j - 1);
     }
   irix_6_4_bug ();
-  spring_forward_gap ();
   exit (0);
 }
 	      >>,