diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-05 08:58:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-05 08:58:20 +0000 |
commit | c3410e9d591b64d06a5548df07906e92f8c6f0fb (patch) | |
tree | c86474b9e6e1a262cc4924c9d81052a4aa945218 /tests/du/8gb | |
parent | 710f4eabd6052506779a50b258b6f324bbea2576 (diff) | |
download | coreutils-c3410e9d591b64d06a5548df07906e92f8c6f0fb.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/du/8gb')
-rwxr-xr-x | tests/du/8gb | 3 |
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 |