[asp.net] Use 'protected internal' only when compiling for System.Web, 'protected...
[mono.git] / eglib / test / path.c
index fdffc703d978adf36020ea05437e86f1296c927e..aaf5685d75fccfd920c0d9e1fa2e5609739657f0 100644 (file)
@@ -94,7 +94,7 @@ test_buildpath ()
        g_free (s);
 
        /* Null */
-       s = g_build_path ("/", NULL);
+       s = g_build_path ("/", NULL, NULL);
        if (s == NULL)
                return FAILED ("must get a non-NULL return");
        if (s [0] != 0)
@@ -264,7 +264,7 @@ test_ppath2 ()
        return OK;
 }
 
-#ifdef DISABLE_FILESYSTEM_TESTS
+#ifndef DISABLE_FILESYSTEM_TESTS
 gchar *
 test_cwd ()
 {