Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2024 21:24:29 GMT
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d1bd097d52cb - main - mdconfig: fix cleanup in the attach_size_rounddown test
Message-ID:  <202405312124.44VLOTF0054259@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by asomers:

URL: https://cgit.FreeBSD.org/src/commit/?id=d1bd097d52cb5f8b0484e1f22c5506846f4ed304

commit d1bd097d52cb5f8b0484e1f22c5506846f4ed304
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2024-05-31 21:18:25 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2024-05-31 21:20:13 +0000

    mdconfig: fix cleanup in the attach_size_rounddown test
    
    MFC after:      1 week
    MFC with:       ed59446b47095fc20c1f77e832286f5b953cd289
    Sponsored by:   Axcient
---
 sbin/mdconfig/tests/mdconfig_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/mdconfig/tests/mdconfig_test.sh b/sbin/mdconfig/tests/mdconfig_test.sh
index 9aaf724206b1..655b7fd63b40 100755
--- a/sbin/mdconfig/tests/mdconfig_test.sh
+++ b/sbin/mdconfig/tests/mdconfig_test.sh
@@ -291,7 +291,7 @@ attach_size_rounddown_body()
 	    -x "mdconfig -r -u ${md#md} -s ${ms2}b"
 	check_diskinfo "$md" 16384 2 $ss
 }
-attach_size_rounddown()
+attach_size_rounddown_cleanup()
 {
 	cleanup_common
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405312124.44VLOTF0054259>