diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-20 12:58:51 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-20 12:58:51 +0100 |
commit | ddea7b10780c17f4ae90516f0e63e1ec1ba6a963 (patch) | |
tree | 99f43a2da0f73b8d25a776b5088d32879d4f1271 /tests/rm | |
parent | 5eb8d60e6d808c6a57081560fb2a68d916bdd413 (diff) | |
download | coreutils-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-x | tests/rm/fail-eperm | 2 |
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); |