diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-21 11:14:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-21 11:14:39 +0000 |
commit | 0d0a14cd56e328227a3214e9a41cd73ed159ad68 (patch) | |
tree | 9dd62a5c99fc9d934e24bb96be562030f4d06acb /tests/du/basic | |
parent | d0301f3c126301ccaa513c9e86c4c123c8afe141 (diff) | |
download | coreutils-0d0a14cd56e328227a3214e9a41cd73ed159ad68.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/du/basic')
-rwxr-xr-x | tests/du/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/basic b/tests/du/basic index d9ca2ec39..c26226941 100755 --- a/tests/du/basic +++ b/tests/du/basic @@ -1,5 +1,5 @@ #!/bin/sh -# compare actual numbers, assuming block size matches mine +# Compare actual numbers from du, assuming block size matches mine. if test "$VERBOSE" = yes; then set -x |