Fix type problem, oops

This commit is contained in:
Scott Lystig Fritchie 2015-06-24 14:06:17 +09:00
parent 2068f70700
commit 1b0cf06f1c

View file

@ -91,7 +91,7 @@ smoke_test2() ->
end
after
exit(SupPid, normal),
[os:cmd("rm -rf " ++ P#p_srvr.props) || {_,P} <- Ps],
[os:cmd("rm -rf " ++ P#p_srvr.props) || P <- Ps],
machi_util:wait_for_death(SupPid, 100),
ok
end.