diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-14 22:21:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-14 22:21:56 +0000 |
commit | 83dcf2436fec5440943c03dac404f4b25f72e222 (patch) | |
tree | eb0a1bc4e8d7c2aba6dc664ab80717c85bf7582c /tests/du | |
parent | 6d35aa2e6e2a35871ac560004dd0abd0f9a720f9 (diff) | |
download | coreutils-83dcf2436fec5440943c03dac404f4b25f72e222.tar.xz |
fix typo in diagnostic
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/long-sloop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/long-sloop b/tests/du/long-sloop index d2e8e99b0..dd6653c50 100755 --- a/tests/du/long-sloop +++ b/tests/du/long-sloop @@ -53,7 +53,7 @@ file=1`printf %${n}s ' '|sed 's, ,/s,g'` cat $file > /dev/null 2> err && \ { cat <<EOF >&2 -$0: Your systems appears to be able to handle more than $n symlinks +$0: Your system appears to be able to handle more than $n symlinks in file name resolution, so skipping this test. EOF (exit 77); exit 77 |