]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
change test name to wide-fmt
authorJim Meyering <jim@meyering.net>
Mon, 20 Jan 2003 18:20:22 +0000 (18:20 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 20 Jan 2003 18:20:22 +0000 (18:20 +0000)
tests/date/Test.pm

index 2070a2430b4b76643d9ea231b74fac7741e418af..e6df464b0883849eca3c53a054ca93ff53edba41 100644 (file)
@@ -140,7 +140,7 @@ sub test_vector
 
      # This would infloop (or appear to) prior to coreutils-4.5.5,
      # due to a bug in strftime.c.
-     ['bignum', "-d '1999-06-01' +%3004Y", {}, '0' x 3000 . '1999', 0],
+     ['wide-fmt', "-d '1999-06-01' +%3004Y", {}, '0' x 3000 . '1999', 0],
 
      # FIXME: add a lot more...
      );