mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
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.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user