diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-07 19:25:47 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-08 14:53:37 +0200 |
commit | a9dfa8abdec770880d61cc694b52ce2efca11fd2 (patch) | |
tree | b355f65e020d88704c9ff8c3d632ddf527065a6e /erts/emulator/test/node_container_SUITE.erl | |
parent | 27217260c7ac21d4e81d7758a43b27ff8ed7cdf0 (diff) | |
download | otp-a9dfa8abdec770880d61cc694b52ce2efca11fd2.tar.gz otp-a9dfa8abdec770880d61cc694b52ce2efca11fd2.tar.bz2 otp-a9dfa8abdec770880d61cc694b52ce2efca11fd2.zip |
Replace test_server:os_type/0 with os:type/0
Diffstat (limited to 'erts/emulator/test/node_container_SUITE.erl')
-rw-r--r-- | erts/emulator/test/node_container_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/node_container_SUITE.erl b/erts/emulator/test/node_container_SUITE.erl index 5275290d04..662e5423b9 100644 --- a/erts/emulator/test/node_container_SUITE.erl +++ b/erts/emulator/test/node_container_SUITE.erl @@ -710,7 +710,7 @@ run_otp_4715(Config) when is_list(Config) -> pid_wrap(Config) when is_list(Config) -> pp_wrap(pid). port_wrap(Config) when is_list(Config) -> - case test_server:os_type() of + case os:type() of {unix, _} -> pp_wrap(port); _ -> |