From dd55959854069553b40f2bc2f2f7c5c7fc7c5a94 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 9 May 2014 08:45:24 -0500 Subject: refactor tar and relup commands to own providers --- test/rlx_command_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rlx_command_SUITE.erl') diff --git a/test/rlx_command_SUITE.erl b/test/rlx_command_SUITE.erl index e26e0ad..c34ed88 100644 --- a/test/rlx_command_SUITE.erl +++ b/test/rlx_command_SUITE.erl @@ -65,7 +65,7 @@ normal_passing_case(Config) -> {ok, State2} = rlx_provider:do(ConfigProvider, State1), ?assertMatch([Lib1, Lib2], rlx_state:lib_dirs(State2)), - ?assertMatch(Outdir, rlx_state:output_dir(State2)), + ?assertMatch(Outdir, rlx_state:base_output_dir(State2)), ?assertMatch([{app1,{{33,33},{[],[<<"build4">>]}},lte}, {app2, -- cgit v1.2.3