git: d1bd097d52cb - main - mdconfig: fix cleanup in the attach_size_rounddown test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 May 2024 21:24:29 UTC
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
}