diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2023-11-16 10:12:55 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2023-11-16 11:37:25 -0800 |
| commit | 0ed9d1823a0a994d8c135f3932592f7fee97d444 (patch) | |
| tree | 27f8eb1e9cc0e0f80415004866e5e9e9a34a98b6 /tests/expr | |
| parent | uniq: change macro to function (diff) | |
| download | coreutils-0ed9d1823a0a994d8c135f3932592f7fee97d444.tar.gz coreutils-0ed9d1823a0a994d8c135f3932592f7fee97d444.zip | |
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.
Diffstat (limited to 'tests/expr')
| -rwxr-xr-x | tests/expr/expr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expr/expr.pl b/tests/expr/expr.pl index f4863b109..f12f30b5f 100755 --- a/tests/expr/expr.pl +++ b/tests/expr/expr.pl @@ -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) { |
