From d26cfd5791c13daa7b263368959f0ec85774402e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 9 Mar 2005 07:56:32 +0000 Subject: skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return different values for it... --- tests/libtest/lib517.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib517.c') 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 }; -- cgit v1.2.3