From 58ba9580e7b223cf1bb0ff6d33608b0c779658cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Thu, 22 Jan 2026 11:55:51 +0000 Subject: [PATCH] tests: fix false failure with pr -COLS * tests/misc/usage_vs_getopt.sh: Fix false failure induced by commit v9.9-239-ga06f0cf67 --- tests/misc/usage_vs_getopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/misc/usage_vs_getopt.sh b/tests/misc/usage_vs_getopt.sh index 65b2d0c3f..46e45fac3 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.