view spec/util_poll_spec.lua @ 10868:fa06cf7059cd

util.prosodyctl.shell: Use same config option as module for socket path So now if you set it to a custom value, both the client and the server should use it.
author Kim Alvefur <zash@zash.se>
date Mon, 01 Jun 2020 23:53:03 +0200
parents 4aa522b9e1c4
children 728d1c1dc7db
line wrap: on
line source

describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);