Git development
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: git@vger.kernel.org
Subject: [patch] Insulate cvsimport test from CVSREAD=1
Date: Sat, 15 Mar 2008 09:57:33 +0100	[thread overview]
Message-ID: <87lk4kl5z6.fsf@ambire.localdomain> (raw)

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

                 reply	other threads:[~2008-03-15  9:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lk4kl5z6.fsf@ambire.localdomain \
    --to=ttn@gnuvola.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox