savecore tests: Update to match output from savecore(8)

(cherry picked from commit ff13773802dcc22f3585fb953c9fffbb605ce3ac)
This commit is contained in:
Mark Johnston 2025-01-24 14:32:36 +00:00
parent 3ff5faee9e
commit bf5056741d

View file

@ -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)