From: Michael Haggerty <mhagger@xxxxxxxxxxxx> It doesn't, so mark the test as failing. Signed-off-by: Michael Haggerty <mhagger@xxxxxxxxxxxx> --- t/t0000-basic.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index ccb5435..7347fb8 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -450,6 +450,10 @@ test_expect_success 'update-index D/F conflict' ' test $numpath0 = 1 ' +test_expect_failure 'absolute path rejects the empty string' ' + test_must_fail test-path-utils absolute_path "" +' + test_expect_success SYMLINKS 'real path works as expected' ' mkdir first && ln -s ../.git first/.git && -- 1.7.11.3 -- 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