mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pf tests: Remove temporary files
Remove the created_jails.lst and created_interfaces.lst files in the cleanup code.
This commit is contained in:
parent
57d465298a
commit
96b90524d1
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ pft_cleanup()
|
|||
do
|
||||
jail -r ${jailname}
|
||||
done
|
||||
rm created_jails.lst
|
||||
fi
|
||||
|
||||
if [ -f created_interfaces.lst ]; then
|
||||
|
|
@ -63,5 +64,6 @@ pft_cleanup()
|
|||
do
|
||||
ifconfig ${ifname} destroy
|
||||
done
|
||||
rm created_interfaces.lst
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue