summaryrefslogtreecommitdiff
path: root/tests/date
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-20 18:20:22 +0000
committerJim Meyering <jim@meyering.net>2003-01-20 18:20:22 +0000
commit97a68bfd65b8368862f9daab2465fe85c275eb16 (patch)
tree2a7a2ec8bf43c5a3e5ea0394994590e1a78dcf07 /tests/date
parent2023a466b3d89466f3e67c154bae04c464432edb (diff)
downloadcoreutils-97a68bfd65b8368862f9daab2465fe85c275eb16.tar.xz
change test name to wide-fmt
Diffstat (limited to 'tests/date')
-rw-r--r--tests/date/Test.pm2
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...
);