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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9A8215817D for ; Fri, 21 Jun 2024 13:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07AA5E2A37; Fri, 21 Jun 2024 13:14:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6912E2A37 for ; Fri, 21 Jun 2024 13:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DDF633BF03 for ; Fri, 21 Jun 2024 13:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D22E1682 for ; Fri, 21 Jun 2024 13:14:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718086319.0cdb10747efaafcb7aa9a217289a5e4f61ee91cd.sam@gentoo> Subject: [gentoo-commits] proj/gentoo-functions:master commit in: / X-VCS-Repository: proj/gentoo-functions X-VCS-Files: test-functions X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0cdb10747efaafcb7aa9a217289a5e4f61ee91cd X-VCS-Branch: master Date: Fri, 21 Jun 2024 13:14:14 +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: 400e9fdd-0ed3-4b83-b863-5d0d187c1fcd X-Archives-Hash: 52fa558336dd44781edef0d22ca08571 commit: 0cdb10747efaafcb7aa9a217289a5e4f61ee91cd Author: Kerin Millar plushkava net> AuthorDate: Sun Jun 2 21:27:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 11 06:11:59 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=0cdb1074 test-functions: Remove an unused variable Signed-off-by: Kerin Millar plushkava.net> test-functions | 1 - 1 file changed, 1 deletion(-) diff --git a/test-functions b/test-functions index 4a6e7dd..e0bd127 100755 --- a/test-functions +++ b/test-functions @@ -97,7 +97,6 @@ test_ebegin() { _ends_with_newline "$*" } - ok=0 set -- "message" ebegin "$1" retval=$?