mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-11 19:04:13 +08:00
fix typo
This commit is contained in:
parent
757b8d0edd
commit
07fa3b9baa
@ -41,8 +41,8 @@ EOF
|
||||
|
||||
# With native fdopendir, du uses a different code path.
|
||||
cat <<\EOF > exp-native-fdopendir
|
||||
chmod: cannot access `d/no-x/y': Permission denied
|
||||
chmod: fts_read failed: Permission denied
|
||||
chgrp: cannot access `d/no-x/y': Permission denied
|
||||
chgrp: fts_read failed: Permission denied
|
||||
EOF
|
||||
|
||||
if cmp out exp >/dev/null 2>&1; then
|
||||
|
Loading…
Reference in New Issue
Block a user