git: bf5056741d6e - stable/14 - savecore tests: Update to match output from savecore(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Feb 2025 01:57:26 UTC
The branch stable/14 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=bf5056741d6ed263b8e8fbac24d6460a4646c72d
commit bf5056741d6ed263b8e8fbac24d6460a4646c72d
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-01-24 14:32:36 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-02-21 01:04:50 +0000
savecore tests: Update to match output from savecore(8)
(cherry picked from commit ff13773802dcc22f3585fb953c9fffbb605ce3ac)
---
sbin/savecore/tests/livedump_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/savecore/tests/livedump_test.sh b/sbin/savecore/tests/livedump_test.sh
index 42c726bfad4e..382b090235ee 100644
--- a/sbin/savecore/tests/livedump_test.sh
+++ b/sbin/savecore/tests/livedump_test.sh
@@ -13,7 +13,7 @@ livedump_kldstat_head()
}
livedump_kldstat_body()
{
- atf_check savecore -L .
+ atf_check -e match:"savecore .*- livedump" savecore -L .
kernel=$(sysctl -n kern.bootfile)