comparison tests/test-convert-cvs-branch @ 8350:1f0f01bc86a5

tests: avoid export FOO=bar bashism
author Martin Geisler <mg@lazybytes.net>
date Mon, 11 May 2009 23:42:03 +0200
parents 6584953be356
children 5b7da468531b
comparison
equal deleted inserted replaced
8349:e539fa9d3f45 8350:1f0f01bc86a5
17 echo "cvsps.cache=0" >> $HGRCPATH 17 echo "cvsps.cache=0" >> $HGRCPATH
18 18
19 echo % create cvs repository 19 echo % create cvs repository
20 mkdir cvsrepo 20 mkdir cvsrepo
21 cd cvsrepo 21 cd cvsrepo
22 export CVSROOT=`pwd` 22 CVSROOT=`pwd`
23 export CVS_OPTIONS=-f 23 export CVSROOT
24 CVS_OPTIONS=-f
25 export CVS_OPTIONS
24 cd .. 26 cd ..
25 27
26 cvscall -q -d "$CVSROOT" init 28 cvscall -q -d "$CVSROOT" init
27 29
28 echo % Create a new project 30 echo % Create a new project