[tor-commits] [tor/master] test_checkdir.c: Perhaps this is what will make this test pass on windows?
nickm at torproject.org
nickm at torproject.org
Fri Nov 7 14:29:05 UTC 2014
commit 5b1971c7f337371efbab17b88070a7e6f3a11cc8
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Nov 7 09:28:49 2014 -0500
test_checkdir.c: Perhaps this is what will make this test pass on windows?
---
src/test/test_checkdir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_checkdir.c b/src/test/test_checkdir.c
index 4bbccfc..bece24e 100644
--- a/src/test/test_checkdir.c
+++ b/src/test/test_checkdir.c
@@ -56,7 +56,7 @@ test_checkdir_perms(void *testdata)
testdir = get_datadir_fname("checkdir_new_groupok_err");
tt_int_op(0, ==, mkdir(testdir, 027));
cpd_chkopts = CPD_CHECK_MODE_ONLY|CPD_CREATE|CPD_GROUP_OK;
- tt_int_op(-1, ==, check_private_dir(testdir, cpd_chkopts, NULL));
+ tt_int_op_nowin(-1, ==, check_private_dir(testdir, cpd_chkopts, NULL));
tor_free(testdir);
/* test: create new dir, CPD_GROUP_READ option set. */
More information about the tor-commits
mailing list