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

This commit is contained in:
Mark Johnston 2025-01-24 14:32:36 +00:00
parent 16369f33c5
commit ff13773802

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)