Nguyán ThÃi Ngác Duy <pclouds@xxxxxxxxx> writes: > +test_expect_success 'ref^{/}' ' > + git rev-parse master >expected && > + git rev-parse master^{/} >actual && > + test_cmp expected actual > +' This test fails on FBSD 8, which refuses to regcomp("") saying "empty (sub)expression", which is somewhat bogus. I'd change it to "/." for now ;-). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html