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
cc68fe5536
commit
520bd817dc
@ -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…
x
Reference in New Issue
Block a user