Skip to content

Commit

Permalink
Fix mail test on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Aug 7, 2024
1 parent 8140f08 commit 9eb42fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/mail/inspec/spamassassin_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service_name = if os.name == "debian"
service_name = if os.name == "debian" || (os.name == "ubuntu" && os.release.to_f >= 24.04)
"spamd"
else
"spamassassin"
Expand Down

0 comments on commit 9eb42fb

Please sign in to comment.