Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0
[gitweb.git]
/
t
/
t4211-line-log.sh
diff --git
a/t/t4211-line-log.sh
b/t/t4211-line-log.sh
index 769ac686c388d9378a273c05e34642410c3566a3..b01b3ddebb568e0fe74843d29933b5f0cda1a7d3 100755
(executable)
--- a/
t/t4211-line-log.sh
+++ b/
t/t4211-line-log.sh
@@
-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
'