t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0
[gitweb.git] / t / t4211-line-log.sh
index 769ac686c388d9378a273c05e34642410c3566a3..b01b3ddebb568e0fe74843d29933b5f0cda1a7d3 100755 (executable)
@@ -69,7 +69,7 @@ test_expect_success '-L X (X == nlines)' '
        git log -L $n:b.c
 '
 
-test_expect_failure '-L X (X == nlines + 1)' '
+test_expect_success '-L X (X == nlines + 1)' '
        n=$(expr $(wc -l <b.c) + 1) &&
        test_must_fail git log -L $n:b.c
 '