Don't start sasl in tree_test
This commit is contained in:
parent
3d0c36c3bc
commit
c53db4ba20
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ prop_dict_agree() ->
|
||||||
|
|
||||||
test_tree() ->
|
test_tree() ->
|
||||||
|
|
||||||
application:start(sasl),
|
%% application:start(sasl),
|
||||||
|
|
||||||
{ok, Tree} = fractal_btree:open("simple"),
|
{ok, Tree} = fractal_btree:open("simple"),
|
||||||
lists:foldl(fun(N,_) ->
|
lists:foldl(fun(N,_) ->
|
||||||
|
|
Loading…
Reference in a new issue