summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-19 16:02:58 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-19 16:02:58 -0400
commit09b3cb0d72d64547380ec98ebfa4823d2b01334a (patch)
tree3ba574ee6a560aa48ba665aeb513cddb15eb8b2d
parent13034e1574bf5ee8c7bacba2c1c19a4a8adc8de8 (diff)
downloadtor-09b3cb0d72d64547380ec98ebfa4823d2b01334a.tar.gz
tor-09b3cb0d72d64547380ec98ebfa4823d2b01334a.zip
Whoops; I broke check-spaces.
-rw-r--r--src/test/test_config.c1
1 files changed, 0 insertions, 1 deletions
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);