diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-15 12:11:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-15 12:11:14 +0000 |
commit | 8591cce725166e09ce05228c1233d0e02dc41587 (patch) | |
tree | b1d16e7cb008fb0838b44c3dc3af8111958f85d5 | |
parent | e18cb636a88bb9596c88ca8e88ac4c12f3f6c50f (diff) | |
download | coreutils-8591cce725166e09ce05228c1233d0e02dc41587.tar.xz |
tweak comment
-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 0643fbc54..70af7d59a 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -128,7 +128,7 @@ sub test_vector {}, "2000-06-15 09:43:57", 0], # Relative seconds, no time. - # This test has problems! It works only if TZ is set to UTC+1 (as below). + # This test is fragile! It works only if TZ is set to UTC+1 (as below). ['relative-2', "--utc -d '1970-01-01 UTC +961062237 sec' $fmt", {}, "2000-06-15 10:43:57", 0], |