Fix warning in inttest/tplugins/tplugins_rt.erl

This commit is contained in:
Tuncer Ayaz 2012-07-01 22:29:37 +02:00
parent 3da58e2272
commit c64c809faf

View file

@ -18,7 +18,7 @@ files() ->
{create, "ebin/fish.app", app(fish, [fish])}
].
run(Dir) ->
run(_Dir) ->
?assertMatch({ok, _}, retest_sh:run("./rebar fwibble -v", [])),
?assertEqual(false, filelib:is_regular("fwibble.test")),
Ref = retest:sh("./rebar -C bad.config -v clean", [{async, true}]),