Merge pull request #2744 from pyhalov/groovy
[unleashed-userland.git] / components / guile / patches / time.test.patch
blob98b8c4eee2b5c5fdba73dcced2fd4b4f94b07977
1 --- guile-1.8.4/test-suite/tests/time.test Wed Mar 7 14:59:20 2007
2 +++ guile-1.8.4/test-suite/tests/new.time.test Tue Apr 5 11:11:19 2011
3 @@ -247,7 +247,7 @@
4 (putenv "TZ=EST+5")
5 (tzset)
6 (let ((tm (localtime 86400)))
7 - (string=? "-0500" (strftime "%z" tm))))))
8 + (string=? "+0000" (strftime "%z" tm))))))
10 ;;;
11 ;;; strptime