Skip to content

Commit

Permalink
t/t5515-fetch-merge-logic.sh: Add two more tests
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Santi B,Ai(Bjar authored and Junio C Hamano committed Mar 7, 2007
1 parent edc04e9 commit e3d842c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/t5515-fetch-merge-logic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ done >> tests
# neither in the Pull: or .fetch config
for branch in master br-unconfig ; do
cat <<EOF
$branch ../.git
$branch ../.git one
$branch ../.git one two
$branch --tags ../.git
Expand Down
2 changes: 2 additions & 0 deletions t/t5515/fetch.br-unconfig_.._.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# br-unconfig ../.git
0567da4d5edd2ff4bb292a465ba9e64dcad9536b ../
2 changes: 2 additions & 0 deletions t/t5515/fetch.master_.._.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# master ../.git
0567da4d5edd2ff4bb292a465ba9e64dcad9536b ../

0 comments on commit e3d842c

Please sign in to comment.