From: Jim Meyering Date: Fri, 20 Nov 2009 11:58:51 +0000 (+0100) Subject: maint: correct comments in test scripts X-Git-Tag: v8.2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddea7b10780c17f4ae90516f0e63e1ec1ba6a963;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index df1590c7d6..5419519ea8 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -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. diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index 16811c2ff7..3f4d72ae76 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);