Tanay Abhra <tanayabh@xxxxxxxxx> writes: > +test_expect_success 'proper error on non-existant files' ' > + echo "Error (-1) reading configuration file non-existant-file." >expect && s/tant/tent/ perhaps? cf. http://en.wiktionary.org/wiki/non-existant > +test_expect_success 'proper error on non-accessible files' ' > + chmod -r .git/config && > + test_when_finished "chmod +r .git/config" && > + echo "Error (-1) reading configuration file .git/config." >expect && > + test_expect_code 2 test-config configset_get_value foo.bar .git/config 2>actual && > + test_cmp expect actual > +' Doesn't this one need some prerequisite? -- 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