From 293e712a713165db86867263a12601083b40ecbb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Mar 2004 22:59:10 +0000 Subject: Run envvar-check in case BLOCK_SIZE etc. are set. --- tests/du/deref-args | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/du/deref-args') 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 -- cgit v1.2.3-54-g00ecf