this fails unexpectedly:

    res = apr_fnmatch("a?z", "azz", 0);
    ABTS_INT_EQUAL(tc, 0, res);

Reply via email to