View | Details | Raw Unified | Return to bug 7763
Collapse All | Expand All

(-)a/t/spamd_ssl.t (-2 / +2 lines)
Lines 24-30 q{ This must be the very last line}, 'lastline', Link Here
24
24
25
);
25
);
26
26
27
ok (sdrun ("-L --ssl --server-key data/etc/testhost.key --server-cert data/etc/testhost.cert",
27
ok (sdrun ("-L --ssl --server-key data/etc/testhost.key --server-cert data/etc/testhost.cert --port 1783",
28
           "--ssl < data/spam/001",
28
           "--port 1783 --ssl < data/spam/001",
29
           \&patterns_run_cb));
29
           \&patterns_run_cb));
30
ok_all_patterns();
30
ok_all_patterns();
(-)a/t/spamd_ssl_accept_fail.t (-3 / +3 lines)
Lines 25-33 q{ This must be the very last line}, 'lastline', Link Here
25
25
26
);
26
);
27
27
28
ok (start_spamd ("-L --ssl --server-key data/etc/testhost.key --server-cert data/etc/testhost.cert"));
28
ok (start_spamd ("-L --ssl --server-key data/etc/testhost.key --server-cert data/etc/testhost.cert --port 1783"));
29
ok (spamcrun ("< data/spam/001", \&patterns_run_cb));
29
ok (spamcrun ("--port 1783 < data/spam/001", \&patterns_run_cb));
30
ok (spamcrun ("--ssl < data/spam/001", \&patterns_run_cb));
30
ok (spamcrun ("--port 1783 --ssl < data/spam/001", \&patterns_run_cb));
31
ok (stop_spamd ());
31
ok (stop_spamd ());
32
32
33
ok_all_patterns();
33
ok_all_patterns();

Return to bug 7763