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 B5BB4138334 for ; Fri, 2 Nov 2018 13:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 938CCE07D0; Fri, 2 Nov 2018 13:34:40 +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 6EC1AE07D0 for ; Fri, 2 Nov 2018 13:34:40 +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 01230335C7F for ; Fri, 2 Nov 2018 13:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7FA435 for ; Fri, 2 Nov 2018 13:34:36 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1541165665.2924ad24b0a475a9cf781717f4a3e8e528408a34.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tdom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tdom/tdom-0.9.1.ebuild X-VCS-Directories: dev-tcltk/tdom/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2924ad24b0a475a9cf781717f4a3e8e528408a34 X-VCS-Branch: master Date: Fri, 2 Nov 2018 13:34:36 +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: 6932eeee-d72c-4ffd-aa5d-fc154d870b94 X-Archives-Hash: 66c876b8ec6684b49344c78ea5e86fff commit: 2924ad24b0a475a9cf781717f4a3e8e528408a34 Author: Tupone Alfredo gentoo org> AuthorDate: Fri Nov 2 13:34:25 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Nov 2 13:34:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2924ad24 dev-tcltk/tdom: rewrite src_test Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-tcltk/tdom/tdom-0.9.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-tcltk/tdom/tdom-0.9.1.ebuild b/dev-tcltk/tdom/tdom-0.9.1.ebuild index 26d4c0f9b84..b2938532de3 100644 --- a/dev-tcltk/tdom/tdom-0.9.1.ebuild +++ b/dev-tcltk/tdom/tdom-0.9.1.ebuild @@ -63,8 +63,7 @@ src_compile() { } src_test() { - cp lib/tdom.tcl . - tclsh tests/all.tcl + cd unix && default } src_install() {