summaryrefslogtreecommitdiff
path: root/tests/date/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/date/Test.pm')
-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...
);