Browse Source

Fix warning in inttest/tplugins/tplugins_rt.erl

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
c64c809faf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inttest/tplugins/tplugins_rt.erl

+ 1
- 1
inttest/tplugins/tplugins_rt.erl View File

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

Loading…
Cancel
Save