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 2e0f2ff: Initial
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file
Switched to a new branch "side"
Created commit f830ea5: 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 c454a97: Initial
0 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 file
Switched to a new branch "side"
Created commit 968252b: 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
)
warning: no common commits
remote: Counting objects: 5, done.[K
remote: Compressing objects: 33% (1/3) [K
remote: Compressing objects: 66% (2/3) [K
remote: Compressing objects: 100% (3/3[K)remote: [K
remote: Compressing objects: 100% (3/3), done.[K
remote: Total 5 (delta 0), reused 0 (delta 0)[K
More information about the ubuntu-autotest
mailing list