Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=R5HxBcLe; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=KdHWzXVs Received: by mail.netbsd.org (Postfix, from userid 605) id 900B784EE5; Fri, 10 May 2024 03:29:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715311789; bh=PNzEEqn0Vx1ta0iAv0xR2bSWmgUuNupohvAPt7TbtKY=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=R5HxBcLexU04E2nXvw7tp81rkK6IdaEmt8ekK/i2yij+6kEc66Q4GQP739RTOr7vv VQCW145BSYw+GeGEJ01riteOXNMKlaXBOZ09C91HBCqFVSC8am7JvRmjwKRFGC4MGJ EmExKh5D49cpjxTnx8AWnLPmwx6i8UTlPIY2mrJw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7B41584EE4 for ; Fri, 10 May 2024 03:29:48 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id l0K1xmg7-Oo4 for ; Fri, 10 May 2024 03:29:48 +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 1C01F84CE2 for ; Fri, 10 May 2024 03:29:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715311788; bh=PNzEEqn0Vx1ta0iAv0xR2bSWmgUuNupohvAPt7TbtKY=; h=Date:From:Subject:To:Reply-To; b=KdHWzXVsDIkMsKgdMd3rwXUQOLewZgFNAXIgakbeLDBtXu5BONm2T881rqitf2l4F CX9QJ2M1sGx7e2siB6ue8k3IwDQvn9opKu8vYleQGvyHg1nDAvXI6GuU2R6fKjW6KC TYlrNUSA9v7XSy/xygSpmK2+0reKExBCA1nk9XKg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10FE6FA2C; Fri, 10 May 2024 03:29:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 10 May 2024 03:29:48 +0000 From: "Taylor R Campbell" Subject: CVS commit: src/tests/usr.bin/mtree To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240510032948.10FE6FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Taylor R Campbell" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: riastradh Date: Fri May 10 03:29:47 UTC 2024 Modified Files: src/tests/usr.bin/mtree: t_sets.sh Log Message: tests/usr.bin/mtree/t_sets: Add base32, base64, debug32, debug64. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/mtree/t_sets.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.