From nobody Tue Aug 18 00:31:12 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hP9c60qTHz6pcfl for ; Tue, 18 Aug 2026 00:31:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hP9c6009kz47lG for ; Tue, 18 Aug 2026 00:31:18 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787013078; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=T2YkvXZ6tJYtTChhBIwLNBdIeQypwqQ0Yz/DLx06y4g=; b=pwJgtdHD+X9ZjnBOgtCsbAxgNp0k40UMHCRaYJa6mqr9Y0c9Qm5ukIhCj1D6LCA9FDnGRf pBH5T5y+Skyyq06VucaL8iuPZooIp+yMlgriXH+tYkT0ojboD2e4u2fF991Bdgx7pl3b5e 0poalHcRcAEZtdVwpA5xYrUiweiC807DZX0INuPJx/NIv9GppYw99+eUXXREvhWXPwTmvs qlvY+jd6a4cN4vWEeeG/n4cUfrHLbcy7zCAHH1D+IzAXw2OAcbHV/rFdZz+iGvvhL0doyX /3s0ehR3pfrs48pgZOV8dMzQ8GSWHkWCsZIkoYvXQbPkstxSJ7PG4pdcP94Onw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1787013078; a=rsa-sha256; cv=none; b=mYaeysildoiriY5luV6KUxUAQDFp/9Vq5Rjt1ke8pjUgU8vdKINJ7iKKmjJOvg2wrsxAqg yzo6NfMubRXxCTGPF1kKS0KSGaSi0IG4WNdlDvmOK2jcxGQQe8ybRZAppjEDHYXMR2XyLE 6GjeBnclBlPKaz8nMQSVvUxvt4xtBR5wRYz0YOOwF/5NFt5fFR4uoxn/uoYbjMZCx1TEea ufgfucFmzKLWuG4aCvdEEwsux/EM7jZXxWrncBzGk14boUpmQpgQgr0WjhsfjzIzHmVPJ4 NZgvII2ynjVrFk5622mDnqbMTTJqQjGQn37mBb+HFSnaomni199Kd3zXqWSYqw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1787013078; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=T2YkvXZ6tJYtTChhBIwLNBdIeQypwqQ0Yz/DLx06y4g=; b=teIX9ckeG49rK6uHedzSpFbsaodYIpjH7L/E9fMU1eqNMxu29wXKfdDcxdnDE8VpfgE3Ro Z+gm+zpWpjOOLfQPKJLx1L+yH1Y6zkpGAL50yRZEYcElSk/g0So79Pt/pcQPGf+PDirSXc KMAEvLiWVEyV/9QVkmztOtoXqOTFEnERB9ik4Eze8ZZ/kXUiknJ8EHuDX4FHPNLQsZmPip OdpFS577/s5FETAYzUd6caL68y4KjSysaqBBiA20+kYD8A0mOeQ8WZTBIc5RkFlKMqc2ji /I9CcVFCBUAL5aQIDUQdDlFANWgHchG6XnX3Tv/3Ni48NrpytiLKGgOWKKrYCQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hP9c55Tbrz5vY for ; Tue, 18 Aug 2026 00:31:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 4322a by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 18 Aug 2026 00:31:12 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Jose Luis Duran Subject: git: 886de9ef5a60 - stable/15 - makefs: tests: Fix a missing slash in multi_dataset_4 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jlduran X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 886de9ef5a60f9b3aaeff7afe1f36a2af99781c2 Auto-Submitted: auto-generated Date: Tue, 18 Aug 2026 00:31:12 +0000 Message-Id: <6a83a7d0.4322a.5b3910bd@gitrepo.freebsd.org> The branch stable/15 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=886de9ef5a60f9b3aaeff7afe1f36a2af99781c2 commit 886de9ef5a60f9b3aaeff7afe1f36a2af99781c2 Author: Jose Luis Duran AuthorDate: 2026-08-11 22:27:30 +0000 Commit: Jose Luis Duran CommitDate: 2026-08-18 00:30:20 +0000 makefs: tests: Fix a missing slash in multi_dataset_4 Fix a typo in the ZFS multi_dataset_4 test, where a path separator was missing. Reported by: markj MFC after: 1 week (cherry picked from commit 889d08f6b61da4724a6f718be7ec8d47824bc602) --- usr.sbin/makefs/tests/makefs_zfs_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/makefs/tests/makefs_zfs_tests.sh b/usr.sbin/makefs/tests/makefs_zfs_tests.sh index 7f0187be054f..0a6e5597499f 100644 --- a/usr.sbin/makefs/tests/makefs_zfs_tests.sh +++ b/usr.sbin/makefs/tests/makefs_zfs_tests.sh @@ -647,7 +647,7 @@ multi_dataset_4_body() zfs list -H -o mountpoint ${ZFS_POOL_NAME}/dir1 # dir1/a should be part of the root dataset, not dir1. - atf_check -s not-exit:0 -e not-empty stat ${TEST_MOUNT_DIR}dir1/a + atf_check -s not-exit:0 -e not-empty stat ${TEST_MOUNT_DIR}/dir1/a } multi_dataset_4_cleanup() {