New test.
[mono.git] / eglib / test / pattern.c
index ade3abf665e3d7874ea0951cdcb984df66426830..b015b918002332c24764bb0fb7e5a70a958391ec 100644 (file)
@@ -22,7 +22,6 @@ test_pattern_spec ()
        gboolean res;
 
        /* spec = g_pattern_spec_new (NULL); */
-       printf ("%s\n", g_get_home_dir ());
        TEST_MATCH ("*", "hola", 1);
        TEST_MATCH ("hola", "hola", 2);
        TEST_MATCH ("????", "hola", 3);