gzip: be more careful when disabling help-version check

This commit is contained in:
Johannes 2020-11-03 21:55:38 +01:00 committed by Johannes
parent 709861dcff
commit 27749d1e81
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ esac
pre_check() { pre_check() {
# help-version test is know to fail # help-version test is know to fail
sed -i '1721,1727d;1447d' tests/Makefile vsed -i '/help-version\s/d' tests/Makefile
} }