Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t3032-*.sh: Do not strip CR from line-endings while grepping on MinGW
[gitweb.git]
/
t
/
t6040-tracking-info.sh
diff --git
a/t/t6040-tracking-info.sh
b/t/t6040-tracking-info.sh
index 1785e178a4cb8fddd58d1b1db8062cf12825155e..1e0447f615c55ecf98ae341553ea60f10a956ae3 100755
(executable)
--- a/
t/t6040-tracking-info.sh
+++ b/
t/t6040-tracking-info.sh
@@
-60,7
+60,7
@@
test_expect_success 'checkout' '
test_expect_success 'checkout with local tracked branch' '
git checkout master &&
- git checkout follower >actual
+ git checkout follower >actual
&&
grep "is ahead of" actual
'