Skip to content

Commit

Permalink
Fix warning in inttest/tplugins/tplugins_rt.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Jul 1, 2012
1 parent 3da58e2 commit c64c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inttest/tplugins/tplugins_rt.erl
Expand Up @@ -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}]),
Expand Down

0 comments on commit c64c809

Please sign in to comment.