diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-30 22:51:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-30 22:51:11 +0000 |
commit | 2ca3893c923fbc339045cfb7efc37c275a6bc9f8 (patch) | |
tree | 3d696d9cb113116659d5a78339eb85e3b14675bf /tests/du | |
parent | 4976f14125a19e1895dac7097c5997c4337f625f (diff) | |
download | coreutils-2ca3893c923fbc339045cfb7efc37c275a6bc9f8.tar.xz |
Change `filesystem' to `file system' in a comment.
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/deref-args | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/deref-args b/tests/du/deref-args index 01e073a9b..a76ca54ca 100755 --- a/tests/du/deref-args +++ b/tests/du/deref-args @@ -36,7 +36,7 @@ du -D slink/ | sed 's/^[0-9][0-9]* //' >> out # Ensure that -D makes du dereference even symlinks to non-directories. # The sed command maps the 68 I get on an ext3 file system to the 64 I expected. # On tmpfs, I get 64. Similarly, on SELinux-enabled systems, file security -# context labels take up filesystem space, making du print 72 here. +# context labels take up file system space, making du print 72 here. du -kD slink-to-64k | sed 's/^[67][0-9]/64/' >> out cat <<\EOF > exp slink/a |