2010/7/23 Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>: > +test_expect_success 'cwd is unchanged when prefix is NULL (from within a repo)' ' > + ( > + cd repo.git/objects && > + echo 1 > one && > + cp one expected && > + echo 2 >> expected && > + git apply patch && > + test_cmp expected one && > + rm one expected patch > + ) > +' Is the rm at the end needed here? This is a minor nit, but it's generally helpful for debugging tests that things aren't removed if the --debug option is specified. -- 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