summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:24:54 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:24:54 -0500
commit16203b7a161423326f5e2421a7768bff944ef482 (patch)
tree6c89d3b762c450742e1a716e4dba40b99ce36f5e /test
parent8d8bafb4d76cd84d06103a7ebfe26b913c3cd87d (diff)
downloadrabbitmq-server-git-16203b7a161423326f5e2421a7768bff944ef482.tar.gz
spelling: rotation
Diffstat (limited to 'test')
-rw-r--r--test/unit_inbroker_non_parallel_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_inbroker_non_parallel_SUITE.erl b/test/unit_inbroker_non_parallel_SUITE.erl
index d2db382e30..aaded5fa99 100644
--- a/test/unit_inbroker_non_parallel_SUITE.erl
+++ b/test/unit_inbroker_non_parallel_SUITE.erl
@@ -338,7 +338,7 @@ log_management_during_startup1(_Config) ->
application:unset_env(lager, extra_sinks),
ok = try rabbit:start() of
ok -> exit({got_success_but_expected_failure,
- log_rotatation_parent_dirs_test})
+ log_rotation_parent_dirs_test})
catch
_:{error, {cannot_log_to_file, _, Reason2}}
when Reason2 =:= enoent orelse Reason2 =:= eacces -> ok;