git: 6b4c5030b68f - stable/14 - mdconfig: fix cleanup in the attach_size_rounddown test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jun 2024 18:26:02 UTC
The branch stable/14 has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=6b4c5030b68f970c66653b6ae5c5d6b760435da5
commit 6b4c5030b68f970c66653b6ae5c5d6b760435da5
Author: Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2024-05-31 21:18:25 +0000
Commit: Alan Somers <asomers@FreeBSD.org>
CommitDate: 2024-06-13 18:25:24 +0000
mdconfig: fix cleanup in the attach_size_rounddown test
Sponsored by: Axcient
(cherry picked from commit d1bd097d52cb5f8b0484e1f22c5506846f4ed304)
---
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
}