aboutsummaryrefslogtreecommitdiff
path: root/src/test/testing_common.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-20 09:45:53 +1000
committerteor <teor@torproject.org>2019-12-20 09:45:53 +1000
commit57b6678d52eec334a3e650158ac97d60b5b2b38b (patch)
tree6d8c237c42f20d1193c9c73cadfc9480b7fa2649 /src/test/testing_common.c
parentac3a9aaf0dc6f376368f1ad51c79e332da52adc2 (diff)
downloadtor-57b6678d52eec334a3e650158ac97d60b5b2b38b.tar.gz
tor-57b6678d52eec334a3e650158ac97d60b5b2b38b.zip
Run "make autostyle"
Diffstat (limited to 'src/test/testing_common.c')
-rw-r--r--src/test/testing_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c
index 378a6f1924..03e013a268 100644
--- a/src/test/testing_common.c
+++ b/src/test/testing_common.c
@@ -108,7 +108,7 @@ setup_directory(void)
/* undo sticky bit so tests don't get confused. */
r = chown(temp_dir, getuid(), getgid());
}
-#endif /* defined(_WIN32) */
+#endif /* defined(_WIN32) || ... */
if (r) {
fprintf(stderr, "Can't create directory %s:", temp_dir);
perror("");