Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > +test_expect_success 'ls-files with nonexistent path' ' > + git ls-files doesnotexist >actual && > + test_cmp empty actual > +' This technically is not "nonexistent path" but is "a pathspec that matches nothing". -- 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