From c64c809faf24254269c51ba30caae566704d1fda Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 1 Jul 2012 22:29:37 +0200 Subject: [PATCH] Fix warning in inttest/tplugins/tplugins_rt.erl --- inttest/tplugins/tplugins_rt.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inttest/tplugins/tplugins_rt.erl b/inttest/tplugins/tplugins_rt.erl index d2ef3822..d6908ad7 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}]),