On Fri, 30 Apr 2010, Jonathan Nieder wrote:
Hi Faheem,
Faheem Mitha wrote:
I applied the patch you pointed me to, namely
diff -r cce2e3ed57a1 -r b6a12d78e4e6 t/test-lib.sh
--- a/t/test-lib.sh Fri Apr 30 12:00:32 2010 +0530
+++ b/t/test-lib.sh Fri Apr 30 12:20:30 2010 +0530
@@ -775,7 +775,10 @@
# exec does not inherit the PID
;;
*)
- test_set_prereq POSIXPERM
+ if test $(id -u) != 0
+ then
+ test_set_prereq POSIXPERM
+ fi
Did you apply the other two patches in that thread?
No. Sorry, was I supposed to?
but it still failed (see below). I was using 1.7.0.4-1 Debian
sources from unstable. Maybe this was for a different version of
git? Hmm, I see unstable now has 1.7.1-1. Should I try that instead?
No, v1.7.1-1 should not be any different.
Ok.
Regards, Faheem.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]