roberto.tyley@xxxxxxxxx writes: > +test_expect_success setup ' > + cp -R ../t1013/objects .git/ > + git --version > +' This "my parent directory" reference ../t1013 does not work when you use a separate test directory (e.g. to use ramdisks) with --root=/some/where/ I've squashed cp -R "$TEST_DIRECTORY/t1013/objects" .git/ as a fix while queuing. Thanks. -- 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