commit 09b3cb0d72d64547380ec98ebfa4823d2b01334a Author: Nick Mathewson nickm@torproject.org Date: Fri May 19 16:02:58 2017 -0400
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 eaf7e0d..40d562a 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);