From 09b3cb0d72d64547380ec98ebfa4823d2b01334a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 19 May 2017 16:02:58 -0400 Subject: [PATCH] Whoops; I broke check-spaces. --- src/test/test_config.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_config.c b/src/test/test_config.c index eaf7e0d935..40d562a6f8 100644 --- a/src/test/test_config.c +++ b/src/test/test_config.c @@ -5174,7 +5174,6 @@ test_config_include_path_syntax(void *data) tt_int_op(mkdir(dir, 0700), OP_EQ, 0); #endif - esc_dir = esc_for_log(dir); tor_asprintf(&dir_with_pathsep, "%s%s", dir, PATH_SEPARATOR); esc_dir_with_pathsep = esc_for_log(dir_with_pathsep);