summaryrefslogtreecommitdiff
path: root/tests/du
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du')
-rwxr-xr-xtests/du/deref-args2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/du/deref-args b/tests/du/deref-args
index 8698f9d66..b45aac703 100755
--- a/tests/du/deref-args
+++ b/tests/du/deref-args
@@ -7,6 +7,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