Skip to content

Conversation

jordansissel
Copy link
Owner

Fixes #1907

@jordansissel
Copy link
Owner Author

Comparing this PR vs main

This PR, tests pass:

% rspec spec/fpm/package/deb_spec.rb
Finished in 10.58 seconds (files took 0.23323 seconds to load)
53 examples, 0 failures

main brainc, tests fail:

Failures:

  1) FPM::Package::Deb compression when --deb-compression is bzip2 should not cause lintian to crash
     Failure/Error: insist { system("lintian", "-C", "symlinks", target) } == true
     Insist::Failure:
       Expected true, but got false
     # ./spec/fpm/package/deb_spec.rb:546:in `block (5 levels) in <top (required)>'

  2) FPM::Package::Deb compression when --deb-compression is xz should not cause lintian to crash
     Failure/Error: insist { system("lintian", "-C", "symlinks", target) } == true
     Insist::Failure:
       Expected true, but got false
     # ./spec/fpm/package/deb_spec.rb:546:in `block (5 levels) in <top (required)>'

  3) FPM::Package::Deb compression when --deb-compression is gz should not cause lintian to crash
     Failure/Error: insist { system("lintian", "-C", "symlinks", target) } == true
     Insist::Failure:
       Expected true, but got false
     # ./spec/fpm/package/deb_spec.rb:546:in `block (5 levels) in <top (required)>'

Finished in 10.41 seconds (files took 0.21605 seconds to load)
53 examples, 3 failures

@jordansissel jordansissel merged commit f168571 into main Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: Lintian check 'symlinks' was renamed '
1 participant