From: Jim Meyering Date: Tue, 2 Mar 2004 22:59:47 +0000 (+0000) Subject: Run envvar-check in case BLOCK_SIZE etc. are set. X-Git-Tag: v5.2.1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=375a8e0232fc6593b393bb9467b34b90cbd9be17;p=thirdparty%2Fcoreutils.git Run envvar-check in case BLOCK_SIZE etc. are set. --- diff --git a/tests/du/exclude b/tests/du/exclude index 3003003001..41f7ecd56a 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 diff --git a/tests/du/slash b/tests/du/slash index 0676ee2f7d..423fb38990 100755 --- a/tests/du/slash +++ b/tests/du/slash @@ -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 diff --git a/tests/du/trailing-slash b/tests/du/trailing-slash index 696a582337..41a9b53c0a 100755 --- a/tests/du/trailing-slash +++ b/tests/du/trailing-slash @@ -8,6 +8,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