1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 09:51:56 +02:00

tests: omit inapplicable test code

* tests/misc/join.pl, tests/uniq/uniq.pl:
Remove test for "invalid byte, character or field list" message
that is not generated.
This commit is contained in:
Paul Eggert
2023-11-16 10:12:55 -08:00
parent 77201c506f
commit 0ed9d1823a
4 changed files with 4 additions and 33 deletions

View File

@@ -215,7 +215,7 @@ if ($mb_locale ne 'C')
{
# Duplicate each test vector, appending "-mb" to the test name and
# inserting {ENV => "LC_ALL=$mb_locale"} in the copy, so that we
# provide coverage for the distro-added multi-byte code paths.
# provide coverage for multi-byte code paths.
my @new;
foreach my $t (@Tests)
{