diff options
Diffstat (limited to 'tests/du/two-args')
-rwxr-xr-x | tests/du/two-args | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/du/two-args b/tests/du/two-args index 4d9298d65..1e450c3d6 100755 --- a/tests/du/two-args +++ b/tests/du/two-args @@ -1,5 +1,6 @@ #!/bin/sh -# make sure du d/1 d/2 works +# Make sure `du d/1 d/2' works. +# That command failed with du from fileutils-4.0q. if test "$VERBOSE" = yes; then set -x |