Hopefully make instruction slightly more correct

This commit is contained in:
Nicolas Mendoza 2023-07-19 01:28:03 +02:00 committed by Karl Williamson
parent 80e09067dd
commit 7039a378f9

View File

@ -354,6 +354,7 @@ EOF
{
open my $saved_stderr, ">&STDERR" or die "Can't dup STDERR: $!";
# Comment out the following line to get error output when running the test
close STDERR;
{
@ -376,7 +377,7 @@ EOF
EOF
"LANG is used if LC_ALL, LC_NUMERIC are invalid"))
{
note "To see details change this .t, do not close STDERR";
note "To see details change '" . __FILE__ . "', to not close STDERR";
}
}
@ -404,7 +405,7 @@ EOF
EOF
'C locale is used if LC_ALL, LC_NUMERIC, LANG are invalid'))
{
note "To see details change this .t, do not close STDERR";
note "To see details change '" . __FILE__ . "', to not close STDERR";
}
}
}