aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-09-04 09:41:39 +0200
committerFredrik Gustafsson <[email protected]>2013-09-04 09:41:39 +0200
commitd138f417f752eb3d6d49161f1878cfb740fdfd08 (patch)
tree66650a8c515b36ed2ba2d704d9785e449a671ab8 /lib/erl_interface
parent3e5c8ed1f8821e28b33936708b589cfa5bd81f29 (diff)
parent7dcd6b1ba9c10cb59253cf9c488106f11f8dc3a7 (diff)
downloadotp-d138f417f752eb3d6d49161f1878cfb740fdfd08.tar.gz
otp-d138f417f752eb3d6d49161f1878cfb740fdfd08.tar.bz2
otp-d138f417f752eb3d6d49161f1878cfb740fdfd08.zip
Merge branch 'maint'
Diffstat (limited to 'lib/erl_interface')
-rw-r--r--lib/erl_interface/test/ei_decode_encode_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/erl_interface/test/ei_decode_encode_SUITE.erl b/lib/erl_interface/test/ei_decode_encode_SUITE.erl
index 2271278291..c7830f58f2 100644
--- a/lib/erl_interface/test/ei_decode_encode_SUITE.erl
+++ b/lib/erl_interface/test/ei_decode_encode_SUITE.erl
@@ -68,6 +68,8 @@ test_ei_decode_encode(Config) when is_list(Config) ->
Port = case os:type() of
{win32,_} ->
open_port({spawn,"sort"},[]);
+ {unix, darwin} ->
+ open_port({spawn,"/usr/bin/true"},[]);
_ ->
open_port({spawn,"/bin/true"},[])
end,