summaryrefslogtreecommitdiff
path: root/tests/dd
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-02 21:29:28 +0000
committerJim Meyering <jim@meyering.net>2005-11-02 21:29:28 +0000
commitd8d9b439216c12f1565e5beaa5968d71e11d1c55 (patch)
tree992c794da4bba8f7d89c5c29cf8d54f1c79086c1 /tests/dd
parent186bf114ddb04c66e0422f369d10458440b76ad3 (diff)
downloadcoreutils-d8d9b439216c12f1565e5beaa5968d71e11d1c55.tar.xz
Fix typo in comment: s/fileutils/coreutils.
Diffstat (limited to 'tests/dd')
-rwxr-xr-xtests/dd/skip-seek2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/skip-seek b/tests/dd/skip-seek
index 897c4b794..fe68912bd 100755
--- a/tests/dd/skip-seek
+++ b/tests/dd/skip-seek
@@ -62,7 +62,7 @@ my @Tests =
{ERR=> "2+1 records in\n0+1 records out\n1 truncated record\n"},
],
[
- # Before fileutils-5.93, this would output just "c\n".
+ # Before coreutils-5.93, this would output just "c\n".
'sk-seek4', qw(bs=1 skip=1 status=noxfer),
{IN_PIPE=> "abc\n"},
{OUT=> "bc\n"},