summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sd_notify_test.erl7
1 files changed, 1 insertions, 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(_) ->
- [].
+ }.