[minor] two tests broken when run with a --root directory that's a symlink

2012-10-11 Thread Ævar Arnfjörð Bjarmason
These issues are minor, I noticed it because I test with /dev/shm/git as the --root, which on Debian is symlinked to /run/.. $ rm -rf /tmp/{foo,bar} $ mkdir /tmp/target; ln -s /tmp/target /tmp/link $ prove ./t4035-diff-quiet.sh ./t9903-bash-prompt.sh :: --root=/tmp/target

Re: [minor] two tests broken when run with a --root directory that's a symlink

2012-10-11 Thread Michael Haggerty
On 10/11/2012 11:55 PM, Ævar Arnfjörð Bjarmason wrote: These issues are minor, I noticed it because I test with /dev/shm/git as the --root, which on Debian is symlinked to /run/.. $ rm -rf /tmp/{foo,bar} $ mkdir /tmp/target; ln -s /tmp/target /tmp/link $ prove

Re: [minor] two tests broken when run with a --root directory that's a symlink

2012-10-11 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: I ran into the same problem a while ago, and submitted a patch series that fixes t4035 (whose problems are related to GIT_CEILING_DIRECTORIES): http://thread.gmane.org/gmane.comp.version-control.git/206633 Junio didn't like the approach so