aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/emem_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/test/emem_SUITE.erl')
-rw-r--r--lib/tools/test/emem_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/test/emem_SUITE.erl b/lib/tools/test/emem_SUITE.erl
index c3f8f1fa04..7636c31d4a 100644
--- a/lib/tools/test/emem_SUITE.erl
+++ b/lib/tools/test/emem_SUITE.erl
@@ -458,7 +458,7 @@ send_loop(Socket, File) ->
end.
check_emem(Dir, Type) when is_atom(Type) ->
- ExeSuffix = case ?t:os_type() of
+ ExeSuffix = case os:type() of
{win32, _} -> ".exe";
_ -> ""
end,
@@ -677,4 +677,4 @@ mk_nodename(Config) ->
start_node(Name, Args) ->
Pa = filename:dirname(code:which(?MODULE)),
- ?t:start_node(Name, peer, [{args, Args ++ " -pa " ++ Pa}]).
+ test_server:start_node(Name, peer, [{args, Args ++ " -pa " ++ Pa}]).