Skip to content

Commit

Permalink
Fix rpmlint tests for EL7
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Oct 27, 2023
1 parent 87ad238 commit 6ab0f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rpmlint/rpmlint-el7.recipe
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bibop recipe for rpmlint
# Bibop recipe for rpmlint (EL7)
# See more: https://kaos.sh/bibop

pkg rpmlint
Expand All @@ -15,7 +15,7 @@ command "rpmlint test1.spec" "Check well-formated spec"

command "rpmlint test2.spec" "Check spec with warnings"
exit 0
output-contains "W: invalid-url Source0: abcd.tar.gz"
output-contains "test2.spec: W: more-than-one-%changelog-section"

command "rpmlint test3.spec" "Check spec with errors"
exit 0
Expand Down

0 comments on commit 6ab0f6d

Please sign in to comment.