mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00: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:
parent
87219034b7
commit
58ba9580e7
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user