diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-05-03 13:25:39 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-05-03 13:25:39 +0300 |
| commit | c655cfc0d87eb52ba28703be569ba4f74540d7aa (patch) | |
| tree | e42dc84d286cea76706d0877a334059066ffec75 | |
| parent | b89cea1e569de387243b31d6900bb95da3aab03b (diff) | |
| download | rabbitmq-server-git-c655cfc0d87eb52ba28703be569ba4f74540d7aa.tar.gz | |
Drive by change: squash a compiler warning
| -rw-r--r-- | test/unit_inbroker_non_parallel_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit_inbroker_non_parallel_SUITE.erl b/test/unit_inbroker_non_parallel_SUITE.erl index ed64fcf1c5..b9aa63ffaa 100644 --- a/test/unit_inbroker_non_parallel_SUITE.erl +++ b/test/unit_inbroker_non_parallel_SUITE.erl @@ -315,7 +315,6 @@ log_file_fails_to_initialise_during_startup(Config) -> log_file_fails_to_initialise_during_startup1(_Config) -> [LogFile|_] = rabbit:log_locations(), - Suffix = ".0", %% start application with logging to directory with no %% write permissions |
