* [patch] Insulate cvsimport test from CVSREAD=1
@ 2008-03-15 8:57 Thien-Thi Nguyen
0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2008-03-15 8:57 UTC (permalink / raw)
To: git
This small patch allows "make test" to finish successfully,
at least according to Git 1.5.4.4.
thi
________________________________________________________
commit 7b25916f06c80cd5fa889840195dcf8efd1bee66
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Sat Mar 15 09:52:12 2008 +0100
Insulate cvsimport test from CVSREAD=1
* t/t9600-cvsimport.sh: Unset env var CVSREAD.
Signed-off-by: Thien-Thi Nguyen <ttn@gnuvola.org>
diff --git a/t/t9600-cvsimport.sh b/t/t9600-cvsimport.sh
index 7706430..fdbe474 100755
--- a/t/t9600-cvsimport.sh
+++ b/t/t9600-cvsimport.sh
@@ -28,6 +28,8 @@ esac
CVSROOT=$(pwd)/cvsroot
export CVSROOT
+# prevent cvs from making files read-only
+unset CVSREAD
# for clean cvsps cache
HOME=$(pwd)
export HOME
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-15 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-15 8:57 [patch] Insulate cvsimport test from CVSREAD=1 Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox