Run envvar-check in case BLOCK_SIZE etc. are set.
authorJim Meyering <jim@meyering.net>
Tue, 2 Mar 2004 22:59:47 +0000 (22:59 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Mar 2004 22:59:47 +0000 (22:59 +0000)
tests/du/exclude
tests/du/slash
tests/du/trailing-slash

index 3003003001db79fca29afc1160b6238899ff1692..41f7ecd56a5484ec92c74da00c6a14d4291b4a09 100755 (executable)
@@ -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
index 0676ee2f7db0358e811c7705761da0e2548515ba..423fb38990804d858adf09970320e84d9f3afbd8 100755 (executable)
@@ -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
index 696a5823378696fb96f27b07f80f841e2bedcd86..41a9b53c0a9f8bf33e2b58b7d6b9c36b12a17f3b 100755 (executable)
@@ -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