mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
savecore tests: Update to match output from savecore(8)
(cherry picked from commit ff13773802dcc22f3585fb953c9fffbb605ce3ac)
This commit is contained in:
parent
3ff5faee9e
commit
bf5056741d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue