Files
dkimpy-milter-smtputf8/tests/00_minimal.miltertest
T
Daniel Kahn Gillmor 72ed000ccf simple testing framework
2019-02-21 19:21:38 -05:00

9 lines
179 B
Lua

-- -*- lua -*-
mt.echo("beginning test")
conn = mt.connect("unix:signing.sock")
if conn == nil then
error "mt.connect() failed"
end
mt.disconnect(conn)
mt.echo("test complete")