diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-02 22:59:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-02 22:59:10 +0000 |
commit | 293e712a713165db86867263a12601083b40ecbb (patch) | |
tree | c6be7a756398d9797eec39e630fbea33966618aa /tests/du | |
parent | 4dd6886e8221a353a862071613727cc9297339cf (diff) | |
download | coreutils-293e712a713165db86867263a12601083b40ecbb.tar.xz |
Run envvar-check in case BLOCK_SIZE etc. are set.
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/deref-args | 2 |
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 |