From: Pádraig Brady Date: Thu, 22 Jan 2026 11:55:51 +0000 (+0000) Subject: tests: fix false failure with pr -COLS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ba9580e7b223cf1bb0ff6d33608b0c779658cf;p=thirdparty%2Fcoreutils.git tests: fix false failure with pr -COLS * tests/misc/usage_vs_getopt.sh: Fix false failure induced by commit v9.9-239-ga06f0cf67 --- diff --git a/tests/misc/usage_vs_getopt.sh b/tests/misc/usage_vs_getopt.sh index 65b2d0c3f8..46e45fac3e 100755 --- a/tests/misc/usage_vs_getopt.sh +++ b/tests/misc/usage_vs_getopt.sh @@ -70,7 +70,7 @@ checkprg () { # Else $prg should have complained about a missing argument. # Catch false positives. case "$prg/$opt" in - 'pr/-COLUMN') continue;; + 'pr/-COLS') continue;; esac # Replace $opt in stderr output by the neutral placeholder. # Handle both long and short option error messages.