diff options
-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 |