components/guile/patches/time.test.patch
author April Chin <april.chin@oracle.com>
Mon, 08 Apr 2013 08:53:46 -0700
branchs11-update
changeset 2552 baac0839cd39
parent 173 69315e61a221
permissions -rw-r--r--
16105174 update ggrep to 2.14 16059697 problem in UTILITY/GGREP PSARC/2013/035 Update GNU grep to 2.14

--- guile-1.8.4/test-suite/tests/time.test	Wed Mar  7 14:59:20 2007
+++ guile-1.8.4/test-suite/tests/new.time.test	Tue Apr  5 11:11:19 2011
@@ -247,7 +247,7 @@
       (putenv "TZ=EST+5")
       (tzset)
       (let ((tm (localtime 86400)))
-	(string=? "-0500" (strftime "%z" tm))))))
+	(string=? "+0000" (strftime "%z" tm))))))
 
 ;;;
 ;;; strptime