From 7cd41aeb7280e5752deb5b60a140b627bd50d61e Mon Sep 17 00:00:00 2001 From: UENISHI Kota Date: Thu, 3 Jun 2010 00:17:17 +0900 Subject: [PATCH] erlang: tracing crosslang.rb moving to ../test --- erlang/msgpack.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang/msgpack.erl b/erlang/msgpack.erl index f23ec09e..ca9769e6 100644 --- a/erlang/msgpack.erl +++ b/erlang/msgpack.erl @@ -337,7 +337,7 @@ basic_test()-> port_test()-> Tests = test_data(), {[Tests],<<>>} = msgpack:unpack(msgpack:pack([Tests])), - Port = open_port({spawn, "ruby ../crosslang.rb"}, [binary]), + Port = open_port({spawn, "ruby ../test/crosslang.rb"}, [binary]), true = port_command(Port, msgpack:pack(Tests) ), %Port ! {self, {command, msgpack:pack(Tests)}}, ... not owner receive