mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
9 lines
250 B
Bash
9 lines
250 B
Bash
|
#!/bin/ksh
|
||
|
|
||
|
# Commands to perform failsafe-critical cleanup after a test is killed.
|
||
|
#
|
||
|
# This should only be used to ensure the system is restored to a functional
|
||
|
# state in the event of tests being killed (preventing normal cleanup).
|
||
|
|
||
|
zinject -c all
|