Skip to content

Commit c5a3b51

Browse files
committed
Trim smtp response to fix test case
1 parent e5bbd6e commit c5a3b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suites/smtp.ports

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
(smtp-response-code ehlo-response))
814814
(assert-equal
815815
"553.231.231.234"
816-
(smtp-response-message ehlo-response)))))
816+
(string-trim (smtp-response-message ehlo-response))))))
817817

818818
(test "server answers a single extension" (lambda ()
819819
(server-set-extensions! server (list "8BITMIME"))

0 commit comments

Comments
 (0)