diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-09 07:56:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-09 07:56:32 +0000 |
commit | d26cfd5791c13daa7b263368959f0ec85774402e (patch) | |
tree | 394354e7d24502e8a9d5a38d93c7a6a077a33398 /tests/libtest/lib517.c | |
parent | b7ffc6bb451c1a5f6689db707bc2555167fc6231 (diff) | |
download | curl-d26cfd5791c13daa7b263368959f0ec85774402e.tar.gz |
skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return
different values for it...
Diffstat (limited to 'tests/libtest/lib517.c')
-rw-r--r-- | tests/libtest/lib517.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index ea296914f..1a4aefc54 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -23,7 +23,7 @@ const char *dates[]={ "Sat, 11 Sep 2004 21:32:11 +0200", "20040912 15:05:58 -0700", "20040911 +0200", - "2094 Nov 6", +/* "2094 Nov 6", See ../data/test517 for details */ NULL }; |