Skip to content

Commit e3d842c

Browse files
sbejarJunio C Hamano
authored andcommitted
t/t5515-fetch-merge-logic.sh: Add two more tests
They test the behaviour with just a URL in the command line. Signed-off-by: Santi B�,Ai�(Bjar <sbejar@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent edc04e9 commit e3d842c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

t/t5515-fetch-merge-logic.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ done >> tests
114114
# neither in the Pull: or .fetch config
115115
for branch in master br-unconfig ; do
116116
cat <<EOF
117+
$branch ../.git
117118
$branch ../.git one
118119
$branch ../.git one two
119120
$branch --tags ../.git

t/t5515/fetch.br-unconfig_.._.git

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# br-unconfig ../.git
2+
0567da4d5edd2ff4bb292a465ba9e64dcad9536b ../

t/t5515/fetch.master_.._.git

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# master ../.git
2+
0567da4d5edd2ff4bb292a465ba9e64dcad9536b ../

0 commit comments

Comments
 (0)