summaryrefslogtreecommitdiff
path: root/tools/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tests/test.c')
-rw-r--r--tools/tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tests/test.c b/tools/tests/test.c
index 9407817..4ba2162 100644
--- a/tools/tests/test.c
+++ b/tools/tests/test.c
@@ -197,7 +197,7 @@ test_check_directory_msg (CuTest *tc,
closedir (dir);
-#if OS_UNIX
+#ifdef OS_UNIX
CuAssert_Line (tc, file, line, "couldn't chown directory", chmod (directory, S_IRWXU) >= 0);
#endif