check_count -L$n C 1
'
-test_expect_failure 'blame -L X (X == nlines + 1)' '
+test_expect_success 'blame -L X (X == nlines + 1)' '
n=$(expr $(wc -l <file) + 2) &&
test_must_fail $PROG -L$n file
'
check_count -h HEAD^^ -f incremental -L0
'
-test_expect_failure 'blame -L 1 empty' '
+test_expect_success 'blame -L 1 empty' '
test_must_fail $PROG -L1 incremental HEAD^^
'
check_count -h HEAD^ -f incremental -L1 I 1
'
-test_expect_failure 'blame -L 2 half' '
+test_expect_success 'blame -L 2 half' '
test_must_fail $PROG -L2 incremental HEAD^
'
check_count -f incremental -L1 I 1
'
-test_expect_failure 'blame -L 2 full' '
+test_expect_success 'blame -L 2 full' '
test_must_fail $PROG -L2 incremental
'