diff options
Diffstat (limited to 'tests/zfs-tests/callbacks/zfs_failsafe.ksh')
-rwxr-xr-x | tests/zfs-tests/callbacks/zfs_failsafe.ksh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/zfs-tests/callbacks/zfs_failsafe.ksh b/tests/zfs-tests/callbacks/zfs_failsafe.ksh new file mode 100755 index 000000000..0d14df701 --- /dev/null +++ b/tests/zfs-tests/callbacks/zfs_failsafe.ksh @@ -0,0 +1,8 @@ +#!/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 |