summaryrefslogtreecommitdiff
path: root/t/t4211-line-log.sh
diff options
context:
space:
mode:
authorThomas Rast <trast@inf.ethz.ch>2013-04-12 16:05:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-12 18:34:12 (GMT)
commit035ff3987bcbe93a823f47befbe019319c1484b0 (patch)
treef684b0da6181ac1e5ed857efaa61ba62936b372a /t/t4211-line-log.sh
parent209618860c2627a4e134a15472587c574b328b40 (diff)
downloadgit-035ff3987bcbe93a823f47befbe019319c1484b0.zip
git-035ff3987bcbe93a823f47befbe019319c1484b0.tar.gz
git-035ff3987bcbe93a823f47befbe019319c1484b0.tar.bz2
t4211: pass -M to 'git log -M -L...' test
Embarrassingly, the -M test did not actually invoke -M, and thus not really test the feature. Signed-off-by: Thomas Rast <trast@inf.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4211-line-log.sh')
-rwxr-xr-xt/t4211-line-log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4211-line-log.sh b/t/t4211-line-log.sh
index 2341351..2a67e31 100755
--- a/t/t4211-line-log.sh
+++ b/t/t4211-line-log.sh
@@ -37,7 +37,7 @@ canned_test "-L 20:a.c simple" end-of-file
canned_test "-L '/long f/',/^}/:a.c -L /main/,/^}/:a.c simple" two-ranges
canned_test "-L 24,+1:a.c simple" vanishes-early
-canned_test "-L '/long f/,/^}/:b.c' move-support" move-support-f
+canned_test "-M -L '/long f/,/^}/:b.c' move-support" move-support-f
canned_test "-L 4,12:a.c -L :main:a.c simple" multiple
canned_test "-L 4,18:a.c -L :main:a.c simple" multiple-overlapping