Re: [PATCH] t1509: update prepare script to be able to run t1509 in chroot again

2015-04-11 Thread Junio C Hamano
Duy Nguyen pclo...@gmail.com writes: On Fri, Apr 3, 2015 at 7:01 PM, Jeff King p...@peff.net wrote: Aside from the nits above, I did get it to run t1509 with this. I can't say I'm incredibly excited about the whole thing, if only because it is clear that nobody is going to run it regularly

Re: [PATCH] t1509: update prepare script to be able to run t1509 in chroot again

2015-04-03 Thread Duy Nguyen
On Fri, Apr 3, 2015 at 7:01 PM, Jeff King p...@peff.net wrote: Aside from the nits above, I did get it to run t1509 with this. I can't say I'm incredibly excited about the whole thing, if only because it is clear that nobody is going to run it regularly (so regressions will likely go

Re: [PATCH] t1509: update prepare script to be able to run t1509 in chroot again

2015-04-03 Thread Jeff King
On Fri, Apr 03, 2015 at 05:08:57PM +0700, Nguyễn Thái Ngọc Duy wrote: diff --git a/t/t1509/prepare-chroot.sh b/t/t1509/prepare-chroot.sh index 6269117..c61afbf 100755 --- a/t/t1509/prepare-chroot.sh +++ b/t/t1509/prepare-chroot.sh @@ -14,25 +14,42 @@ xmkdir() { R=$1 +[ $UID -eq 0 ]

[PATCH] t1509: update prepare script to be able to run t1509 in chroot again

2015-04-03 Thread Nguyễn Thái Ngọc Duy
Tested on Gentoo and OpenSUSE 13.1, both x86-64 Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- On Wed, Apr 1, 2015 at 2:14 AM, Jonathan Nieder jrnie...@gmail.com wrote: Jeff King wrote: No tests, as we would need to be able to write to / to do so. t1509-root-worktree.sh is