aboutsummaryrefslogtreecommitdiffstats
path: root/tests/expr
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-11-16 10:12:55 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-11-16 11:37:25 -0800
commit0ed9d1823a0a994d8c135f3932592f7fee97d444 (patch)
tree27f8eb1e9cc0e0f80415004866e5e9e9a34a98b6 /tests/expr
parentuniq: change macro to function (diff)
downloadcoreutils-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-xtests/expr/expr.pl2
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)
{