Ãvar ArnfjÃrà Bjarmason wrote: > On the other hand I just tested git in a path called /tmp/\\"\\/git/t I tried /tmp/test"git and tests other than t0000.5 seem to work fine. > and found that every single one of our tests fail. Every test script, not every test, right? That's a makefile bug, I think: the bin-wrappers/% rule does not sed-quote the working directory before passing it to sed. After working around that with GIT_TEST_OPTS=--with-dashes, tests are running without trouble. I don't think these edge cases are particularly important, but I do think it's better to make sure code that takes care of the edge cases when it's easy. -- 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