diff options
author | Brian Behlendorf <behlendorf1@llnl.gov> | 2011-10-11 21:36:42 +0000 |
---|---|---|
committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2011-10-11 21:45:37 +0000 |
commit | 5cbf6db937a304c4d2b60878a2405a1e2900abdf (patch) | |
tree | 4c5ae26bd32e8a7246c86115327aa1eb88d576cf /scripts/zfault.sh | |
parent | 86f35f34f419f6eaff53b25f463c13f72186b103 (diff) |
Diffstat (limited to 'scripts/zfault.sh')
-rwxr-xr-x | scripts/zfault.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/zfault.sh b/scripts/zfault.sh index da4f16f4f077..a5f1f3cb1d1d 100755 --- a/scripts/zfault.sh +++ b/scripts/zfault.sh @@ -86,6 +86,9 @@ if [ $(id -u) != 0 ]; then die "Must run as root" fi +# Initialize the test suite +init + # Perform pre-cleanup is requested if [ ${CLEANUP} ]; then ${ZFS_SH} -u |