diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-20 18:20:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-20 18:20:22 +0000 |
commit | 97a68bfd65b8368862f9daab2465fe85c275eb16 (patch) | |
tree | 2a7a2ec8bf43c5a3e5ea0394994590e1a78dcf07 | |
parent | 2023a466b3d89466f3e67c154bae04c464432edb (diff) | |
download | coreutils-97a68bfd65b8368862f9daab2465fe85c275eb16.tar.xz |
change test name to wide-fmt
-rw-r--r-- | tests/date/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/date/Test.pm b/tests/date/Test.pm index 2070a2430..e6df464b0 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -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... ); |