summaryrefslogtreecommitdiff
path: root/tests/du
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-14 22:21:56 +0000
committerJim Meyering <jim@meyering.net>2006-02-14 22:21:56 +0000
commit83dcf2436fec5440943c03dac404f4b25f72e222 (patch)
treeeb0a1bc4e8d7c2aba6dc664ab80717c85bf7582c /tests/du
parent6d35aa2e6e2a35871ac560004dd0abd0f9a720f9 (diff)
downloadcoreutils-83dcf2436fec5440943c03dac404f4b25f72e222.tar.xz
fix typo in diagnostic
Diffstat (limited to 'tests/du')
-rwxr-xr-xtests/du/long-sloop2
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