]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: correct comments in test scripts
authorJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 11:58:51 +0000 (12:58 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 11:58:51 +0000 (12:58 +0100)
* tests/misc/pwd-long: Fix spelling of cygwin1.dll in comment.
* tests/rm/fail-eperm: Likewise.
Reported by Eric Blake.

tests/misc/pwd-long
tests/rm/fail-eperm

index df1590c7d6cba155cdc34661db1ef8ef08ffeddb..5419519ea8de6e45ecaa67e39ecf026746474edd 100755 (executable)
@@ -59,7 +59,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';
 
 # Save CWD's device and inode numbers.
index 16811c2ff7d4c0c27e4c07241e0cb83babdd4286..3f4d72ae762b8f5437b93eca18d7e2c11e7314f1 100755 (executable)
@@ -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);