Mercurial > public > mercurial-scm > hg
diff tests/test-convert-cvs-synthetic @ 8350:1f0f01bc86a5
tests: avoid export FOO=bar bashism
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Mon, 11 May 2009 23:42:03 +0200 |
parents | 2c7c973c2abd |
children | 56a5f80556f5 |
line wrap: on
line diff
--- a/tests/test-convert-cvs-synthetic Mon May 11 00:16:49 2009 +0200 +++ b/tests/test-convert-cvs-synthetic Mon May 11 23:42:03 2009 +0200 @@ -14,8 +14,10 @@ echo % create cvs repository with one project mkdir cvsrepo cd cvsrepo -export CVSROOT=`pwd` -export CVS_OPTIONS=-f +CVSROOT=`pwd` +export CVSROOT +CVS_OPTIONS=-f +export CVS_OPTIONS cd .. filterpath()