diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-01 22:29:37 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-01 22:29:37 +0200 |
commit | c64c809faf24254269c51ba30caae566704d1fda (patch) | |
tree | 4035169d694b2cd0a2ce8432754f931f02be05b2 /inttest | |
parent | 3da58e22728d3a09cf995dbc518b9b72c2a38d3d (diff) |
Fix warning in inttest/tplugins/tplugins_rt.erl
Diffstat (limited to 'inttest')
-rw-r--r-- | inttest/tplugins/tplugins_rt.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/tplugins/tplugins_rt.erl b/inttest/tplugins/tplugins_rt.erl index d2ef382..d6908ad 100644 --- a/inttest/tplugins/tplugins_rt.erl +++ b/inttest/tplugins/tplugins_rt.erl @@ -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}]), |