From a3d127cd0b7cfedad5b0ba3b024e7a999aba11c3 Mon Sep 17 00:00:00 2001 From: Zandra Hird Date: Tue, 14 Jun 2016 10:35:48 +0200 Subject: ct_master_logs: Fix faulty error match --- lib/common_test/src/ct_master_logs.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/src/ct_master_logs.erl b/lib/common_test/src/ct_master_logs.erl index a2542171f8..52003f752d 100644 --- a/lib/common_test/src/ct_master_logs.erl +++ b/lib/common_test/src/ct_master_logs.erl @@ -560,7 +560,7 @@ get_format_args(Content) -> make_dir(Dir) -> case file:make_dir(Dir) of - {error, exist} -> + {error, eexist} -> ok; Else -> Else -- cgit v1.2.3