Skip to content

Commit

Permalink
debug/translation.bash: Remove an outdated test command
Browse files Browse the repository at this point in the history
Since 5.3.5beta, "xz --lzma2=mf=bt4,nice=2" works even though bt4 needs
at least nice=4. It is rounded up internally by liblzma when needed.

Fixes: 5cd9f0d
  • Loading branch information
Larhzu committed May 8, 2024
1 parent b05a516 commit 3f71e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug/translation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ for CMD in \
"xz --lzma2=foobarbaz=abcd" \
"xz --lzma2=mf=abcd" \
"xz --lzma2=preset=foobarbaz" \
"xz --lzma2=mf=bt4,nice=2" \
"xz --lzma2=nice=50000" \
"xz --help" \
"xz --long-help" \
Expand Down

0 comments on commit 3f71e0f

Please sign in to comment.