summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-05 08:58:20 +0000
committerJim Meyering <jim@meyering.net>2003-03-05 08:58:20 +0000
commitc3410e9d591b64d06a5548df07906e92f8c6f0fb (patch)
treec86474b9e6e1a262cc4924c9d81052a4aa945218 /tests
parent710f4eabd6052506779a50b258b6f324bbea2576 (diff)
downloadcoreutils-c3410e9d591b64d06a5548df07906e92f8c6f0fb.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/du/8gb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/du/8gb b/tests/du/8gb
index 13a3bac07..bd6ffb3b8 100755
--- a/tests/du/8gb
+++ b/tests/du/8gb
@@ -1,5 +1,6 @@
#!/bin/sh
-# ensure that uintmax_t is wide enough
+# Ensure that du does not rely on narrow types like size_t for
+# file sizes or sums.
if test "$VERBOSE" = yes; then
set -x