Unverified Commit af299f3b authored by Piotr Kwiecinski's avatar Piotr Kwiecinski
Browse files

nixosTests.mailhog: remove unsupported flags from sendmail

parent 91ce2ea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ import ./make-test-python.nix (
      machine.wait_for_open_port(1025)
      machine.wait_for_open_port(8025)
      # Test sendmail wrapper (this uses smtp, which tests the connection)
      machine.succeed('printf "To: root@example.com\r\n\r\nthis is the body of the email" | sendmail -t -i -f sender@example.com')
      machine.succeed('printf "To: root@example.com\r\n\r\nthis is the body of the email" | sendmail -f sender@example.com')
      res = machine.succeed(
          "curl --fail http://localhost:8025/api/v2/messages"
      )