From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1EB9A138334 for ; Sat, 25 May 2019 13:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30D55E0828; Sat, 25 May 2019 13:37:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D90B0E0828 for ; Sat, 25 May 2019 13:37:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49792344FD5 for ; Sat, 25 May 2019 13:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F646449 for ; Sat, 25 May 2019 13:37:02 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1558790159.b009f6e6e3218e80e79e7e01d21beb52ec09aa89.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmanifest/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/qmanifest/dotest X-VCS-Directories: tests/qmanifest/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: b009f6e6e3218e80e79e7e01d21beb52ec09aa89 X-VCS-Branch: master Date: Sat, 25 May 2019 13:37:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ead2e5c8-4cd2-4a38-8c93-10ef08158c47 X-Archives-Hash: e486cf0ae48af85e0caf8d1daeeaa440 commit: b009f6e6e3218e80e79e7e01d21beb52ec09aa89 Author: Fabian Groffen gentoo org> AuthorDate: Sat May 25 13:15:59 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat May 25 13:15:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=b009f6e6 tests/qmanifest: silence some gpg warnings about permissions Signed-off-by: Fabian Groffen gentoo.org> tests/qmanifest/dotest | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/qmanifest/dotest b/tests/qmanifest/dotest index fb2aa22..9d28133 100755 --- a/tests/qmanifest/dotest +++ b/tests/qmanifest/dotest @@ -44,9 +44,12 @@ test 05 1 "qmanifest -o notatree" # generate a valid tree rm -Rf testtree cp -r "${ROOT}/simpletree" testtree || echo try it anyway -# make it a fully valid tree export HOME=${ROOT} # for gnupg home +# silence gpg warnings +chmod -R og-rwx "${ROOT}"/.gnupg +# make it a fully valid tree rm testtree/my-cat/mypackage/unrecorded-file +# drop ROOT, we'll work here in T unset ROOT PORTAGE_CONFIGROOT SIGNAS=0x3D695C8C0F87966B62DC5AFCDCFABA8E07F52261 KEYPASS=qmanifest