Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Ph/TeMCo; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Y6Sgx69Z Received: by mail.netbsd.org (Postfix, from userid 605) id C0A7B84D82; Fri, 26 Apr 2024 01:33:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714095204; bh=r4CHPoSfnNb2dVHAAkE2mUgs/2wBwX2dhevqQtJkDYE=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=Ph/TeMCojDyfQLUZYyUnZFe5K5kT7IPWYgh7Ezb5i9ceZIOfpfKHmaBgngNov0KaQ ijtpjJrG5YsZ22Tkny5t6UdY9ACZtVo13YjUS+iK+yO9RTHd2Lmoc2YVnHEgOcTVVW gtgTuWUEtVvA3GXl/P2UE+1/rMMP/4PgKNrIPyMw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABD3684D00 for ; Fri, 26 Apr 2024 01:33:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ihUXqoeljgkZ for ; Fri, 26 Apr 2024 01:33:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 453B584D2D for ; Fri, 26 Apr 2024 01:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714095203; bh=r4CHPoSfnNb2dVHAAkE2mUgs/2wBwX2dhevqQtJkDYE=; h=Date:From:Subject:To:Reply-To; b=Y6Sgx69ZLawehfr61q7WpqILXMc3B4Oy4gGdOIIAtHNfB55oMNtN4nPcsbeqZRQYW ydRIwSOgFXv4nLy8kFtGpi7+STkLgmXNHtwq5crWqyeDhjodSopYncgzovO+cgqzOG eCXhmWQdhwlIAVPhfedHz/gqQ+7mjDPbS5WjjL0s= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E794FA2C; Fri, 26 Apr 2024 01:33:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 01:33:23 +0000 From: "Roland Illig" Subject: CVS commit: src/tests/bin/cp To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240426013323.2E794FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roland Illig" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rillig Date: Fri Apr 26 01:33:23 UTC 2024 Modified Files: src/tests/bin/cp: t_cp.sh Log Message: tests/cp: clean up Replace the deprecated "eq:0" with "exit:0", remove redundant "-o empty" and "-e empty". To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/bin/cp/t_cp.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.