summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2010-11-11 18:17:02 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2010-11-11 19:40:06 +0000
commit7dc3830c0f591ae8dfe349cf67c0c61cc8602dc8 (patch)
treee4bd6a045a68f10457544f5712609e8041295f06 /scripts
parentcf47fad67d798f42e6d2edc8b0e9f9b43175703b (diff)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am1
-rw-r--r--scripts/Makefile.in1
-rwxr-xr-xscripts/zconfig.sh1
-rwxr-xr-xscripts/zfault.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index cc910bab5324..3dc1e67fbefd 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -36,6 +36,7 @@ clean:
done
check:
+ @$(ZFS) -u
@echo
@echo -n "===================================="
@echo -n " ZTEST "
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 8c6e67d54fd3..3e68eda65500 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -732,6 +732,7 @@ clean:
done
check:
+ @$(ZFS) -u
@echo
@echo -n "===================================="
@echo -n " ZTEST "
diff --git a/scripts/zconfig.sh b/scripts/zconfig.sh
index 674ec57fdf66..31c3011c733f 100755
--- a/scripts/zconfig.sh
+++ b/scripts/zconfig.sh
@@ -60,6 +60,7 @@ fi
# Perform pre-cleanup is requested
if [ ${CLEANUP} ]; then
+ ${ZFS_SH} -u
cleanup_md_devices
cleanup_loop_devices
rm -f /tmp/zpool.cache.*
diff --git a/scripts/zfault.sh b/scripts/zfault.sh
index 08d822538fd9..7f7740424468 100755
--- a/scripts/zfault.sh
+++ b/scripts/zfault.sh
@@ -88,6 +88,7 @@ fi
# Perform pre-cleanup is requested
if [ ${CLEANUP} ]; then
+ ${ZFS_SH} -u
cleanup_md_devices
cleanup_loop_devices
rm -f /tmp/zpool.cache.*