No subject
Thu Jun 12 23:09:36 BST 2008
loose objects: 0, packfiles: 0
* ok 6: quickfetch should not copy from alternate
* passed all 6 test(s)
*** t5505-remote.sh ***
* expecting success:
setup_repository one &&
setup_repository two &&
(
cd two && git branch another
) &&
git clone one test
Initialized empty Git repository in .git/
Created initial commit a298fe4: Initial
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file
Switched to a new branch "side"
Created commit 70df6da: Second
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 elif
Switched to branch "master"
Initialized empty Git repository in .git/
Created initial commit a298fe4: Initial
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file
Switched to a new branch "side"
Created commit 70df6da: Second
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 elif
Switched to branch "master"
Initialized empty Git repository in /build/buildd/git-core-1.5.4.3/t/trash/test/.git/
0 blocks
* ok 1: setup
* expecting success:
(
cd test &&
tokens_match origin "$(git remote)" &&
check_remote_track origin master side &&
check_tracking_branch origin HEAD master side
)
* ok 2: remote information for the origin
* expecting success:
(
cd test &&
git remote add -f second ../two &&
tokens_match "origin second" "$(git remote)" &&
check_remote_track origin master side &&
check_remote_track second master side another &&
check_tracking_branch second master side another &&
git for-each-ref "--format=%(refname)" refs/remotes |
sed -e "/^refs\/remotes\/origin\//d" \
-e "/^refs\/remotes\/second\//d" >actual &&
>expect &&
diff -u expect actual
)
More information about the ubuntu-autotest
mailing list