From 9eb84a464326c8d52bdb6cb251a95e63800f6559 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 6 Jul 2020 21:06:07 +0200 Subject: Don't check Erlang/OTP versions anymore Signed-off-by: Peter Lemenkov --- test/sd_notify_test.erl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/sd_notify_test.erl b/test/sd_notify_test.erl index 0281c85..86766bc 100644 --- a/test/sd_notify_test.erl +++ b/test/sd_notify_test.erl @@ -4,9 +4,6 @@ sd_notify_test_() -> - sd_notify_test_local(erlang:system_info(otp_release)). - -sd_notify_test_local("19") -> {ok, CWD} = file:get_cwd(), FakeNotifyUnixSockName = CWD ++ "/fake-sock-" ++ integer_to_list(erlang:phash2(make_ref())), {ok, FakeNotifyUnixSock} = gen_udp:open(0, [{ifaddr, {local, FakeNotifyUnixSockName}}, {active, false}, list]), @@ -28,6 +25,4 @@ sd_notify_test_local("19") -> ] - }; -sd_notify_test_local(_) -> - []. + }. -- cgit v1.2.1