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 BDD3C138334 for ; Mon, 10 Jun 2019 15:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C51E0844; Mon, 10 Jun 2019 15:29:23 +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 798B4E0844 for ; Mon, 10 Jun 2019 15:29:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 454EA345B97 for ; Mon, 10 Jun 2019 15:29:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1A1A5C0 for ; Mon, 10 Jun 2019 15:29:18 +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: <1560175392.baeb01a45cc4855f86e3ae4028b8c94f5a2d5364.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qmerge/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/qmerge/dotest X-VCS-Directories: tests/qmerge/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: baeb01a45cc4855f86e3ae4028b8c94f5a2d5364 X-VCS-Branch: master Date: Mon, 10 Jun 2019 15:29:18 +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: 22fd32ee-85c4-482b-bd97-de861102a39d X-Archives-Hash: 39dcb3fe06dc2205fb8f22b212fa07bc commit: baeb01a45cc4855f86e3ae4028b8c94f5a2d5364 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jun 10 14:03:12 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 10 14:03:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=baeb01a4 tests/qmerge: fix vdb path Signed-off-by: Fabian Groffen gentoo.org> tests/qmerge/dotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qmerge/dotest b/tests/qmerge/dotest index 17187f9..83cb991 100755 --- a/tests/qmerge/dotest +++ b/tests/qmerge/dotest @@ -71,7 +71,7 @@ tend $? "qmerge-test: [C] pkg_* order of execution" || printf '%s\n' "${order}" [[ ! -x ${ROOT}/usr/bin/qmerge-test && \ -f ${ROOT}/etc/some.conf && \ ! -f ${ROOT}/etc/another.conf && \ - ! -d ${ROOT}/var/pkg/db/sys-devel ]] + ! -d ${ROOT}/var/db/pkg/sys-devel ]] tend $? "qmerge-test: [C] uninstalled expected files" || treedir "${ROOT}" set -e