summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-20 12:58:51 +0100
committerJim Meyering <meyering@redhat.com>2009-11-20 12:58:51 +0100
commitddea7b10780c17f4ae90516f0e63e1ec1ba6a963 (patch)
tree99f43a2da0f73b8d25a776b5088d32879d4f1271 /tests/rm
parent5eb8d60e6d808c6a57081560fb2a68d916bdd413 (diff)
downloadcoreutils-ddea7b10780c17f4ae90516f0e63e1ec1ba6a963.tar.xz
maint: correct comments in test scripts
* tests/misc/pwd-long: Fix spelling of cygwin1.dll in comment. * tests/rm/fail-eperm: Likewise. Reported by Eric Blake.
Diffstat (limited to 'tests/rm')
-rwxr-xr-xtests/rm/fail-eperm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm
index 16811c2ff..3f4d72ae7 100755
--- a/tests/rm/fail-eperm
+++ b/tests/rm/fail-eperm
@@ -37,7 +37,7 @@ $ENV{IFS} = '';
# Taint checking requires a sanitized $PATH. This script performs no $PATH
# search, so on most Unix-based systems, it is fine simply to clear $ENV{PATH}.
-# However, on Cygwin, it's used to find cygwin.dll, so set it.
+# However, on Cygwin, it's used to find cygwin1.dll, so set it.
$ENV{PATH} = '/bin:/usr/bin';
my @dir_list = qw(/tmp /var/tmp /usr/tmp);