From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AB4BE1381F3 for ; Sun, 9 Jun 2013 10:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C31BE0898; Sun, 9 Jun 2013 10:41:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10348E0888 for ; Sun, 9 Jun 2013 10:41:53 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C6733E0CF for ; Sun, 9 Jun 2013 10:41:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id C53332171E; Sun, 9 Jun 2013 10:41:51 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tardy/files: tardy-1.27-test-utc.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: tardy-1.27-test-utc.patch X-VCS-Directories: app-arch/tardy/files X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130609104151.C53332171E@flycatcher.gentoo.org> Date: Sun, 9 Jun 2013 10:41:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f03600e5-2baa-4b0f-9990-7257f04bdeaa X-Archives-Hash: dedc3e379dae1e3a15299c37c56cc835 radhermit 13/06/09 10:41:51 Added: tardy-1.27-test-utc.patch Log: Version bump. (Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision Changes Path 1.1 app-arch/tardy/files/tardy-1.27-test-utc.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/files/tardy-1.27-test-utc.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tardy/files/tardy-1.27-test-utc.patch?rev=1.1&content-type=text/plain Index: tardy-1.27-test-utc.patch =================================================================== --- tardy-1.27/test/00/t0075a.sh +++ tardy-1.27/test/00/t0075a.sh @@ -19,16 +19,17 @@ TEST_SUBJECT="tarballs >2GB" . test_prelude +export TZ=UTC cat > test.ok << 'fubar' --rw-r--r-- root/root 256 1970-01-02 10:00 a.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 b.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 c.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 d.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 e.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 f.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 h.bogus --rw-r--r-- root/root 256 1970-01-02 10:00 i.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 a.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 b.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 c.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 d.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 e.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 f.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 h.bogus +-rw-r--r-- root/root 256 1970-01-02 00:00 i.bogus fubar if test $? -ne 0 ; then no_result; fi