X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2Ftest%2Fpath.c;h=aaf5685d75fccfd920c0d9e1fa2e5609739657f0;hb=f54988c03bc5257917a4a406b0c1233c6c670595;hp=fdffc703d978adf36020ea05437e86f1296c927e;hpb=38f8d2d40c2a03eec8d181f5714173441bdfed44;p=mono.git diff --git a/eglib/test/path.c b/eglib/test/path.c index fdffc703d97..aaf5685d75f 100644 --- a/eglib/test/path.c +++ b/eglib/test/path.c @@ -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 () {