2010/11/25 Ãvar ArnfjÃrà Bjarmason <avarab@xxxxxxxxx>: > All the breakages seem to be due to path differences: > >  Â--- expected  Â2010-11-25 09:53:46.000000000 +0000 >  Â+++ result   Â2010-11-25 09:53:46.000000000 +0000 >  Â@@ -1,4 +1,4 @@ >  Â-setup: git_dir: /home/avar/g/git/t/trash directory.t1510-repo-setup/3/.git >  Â-setup: worktree: /home/avar/g/git/t/trash directory.t1510-repo-setup/3/wt >  Â+setup: git_dir: .git >  Â+setup: worktree: /home/avar/g/git/t/trash directory.t1510-repo-setup/3 >   setup: cwd: /home/avar/g/git/t/trash directory.t1510-repo-setup/3 >   setup: prefix: (null) >  Ânot ok - 24 #3: GIT_DIR, GIT_WORK_TREE=wt at root > > This is probably due to Nguyán's recent work. But I'm not sure. > Interesting. That looks like real breakage. I have just run the tests on pu (f4b0626). It passed. Can you send me the entire log and /tmp/t1510-trace.log after applying this patch? diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh index 0343045..446eb4d 100755 --- a/t/t1510-repo-setup.sh +++ b/t/t1510-repo-setup.sh @@ -4,6 +4,8 @@ test_description='Tests of cwd/prefix/worktree/gitdir setup in all cases' . ./test-lib.sh +export GIT_TRACE=/tmp/t1510-trace.log + # # A few rules for repo setup: # -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html