mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 09:21:58 +02:00
tests: fix false failure with pr -COLS
* tests/misc/usage_vs_getopt.sh: Fix false failure induced by commit v9.9-239-ga06f0cf67
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user