Hi Thomas, Thomas Rast wrote: > The only bug right now is that $GIT_TEST_CMP is needed for test_cmp to > work. What bug? You're exporting it, right? > test_perf 'test-lib-functions correctly loaded in subshells' ' > : >a && > - test_path_is_file a > + test_path_is_file a && > + : >b && > + test_cmp a b > ' This test fails, presumably because of test_cmp. Ram -- 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