components/guile/patches/time.test.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Thu, 14 Feb 2013 18:44:43 -0800
branchs11-update
changeset 2493 9911278899a3
parent 173 69315e61a221
permissions -rw-r--r--
15824357 SUNBT7205968 Upgrade binutils to 2.22

--- 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