summaryrefslogtreecommitdiff
path: root/tests/du/exclude
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/exclude')
-rwxr-xr-xtests/du/exclude2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/du/exclude b/tests/du/exclude
index 300300300..41f7ecd56 100755
--- a/tests/du/exclude
+++ b/tests/du/exclude
@@ -6,6 +6,8 @@ if test "$VERBOSE" = yes; then
du --version
fi
+. $srcdir/../envvar-check
+
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0