diff options
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/files0-from | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/files0-from b/tests/du/files0-from index dc626d244..000a1113f 100755 --- a/tests/du/files0-from +++ b/tests/du/files0-from @@ -30,7 +30,7 @@ use strict; $ENV{PROG} = 'du'; -# Turn off localization of executable's ouput. +# Turn off localization of executable's output. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; my @Tests = |