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

tests: avoid export FOO=bar bashism
author Martin Geisler <mg@lazybytes.net>
date Mon, 11 May 2009 23:42:03 +0200
parents 18048153fd4e
children 5b7da468531b
comparison
equal deleted inserted replaced
8349:e539fa9d3f45 8350:1f0f01bc86a5
20 echo "cvsps=cvsps -A -u --cvs-direct -q" >> $HGRCPATH 20 echo "cvsps=cvsps -A -u --cvs-direct -q" >> $HGRCPATH
21 21
22 echo % create cvs repository 22 echo % create cvs repository
23 mkdir cvsrepo 23 mkdir cvsrepo
24 cd cvsrepo 24 cd cvsrepo
25 export CVSROOT=`pwd` 25 CVSROOT=`pwd`
26 export CVS_OPTIONS=-f 26 export CVSROOT
27 CVS_OPTIONS=-f
28 export CVS_OPTIONS
27 cd .. 29 cd ..
28 30
29 cvscall -q -d "$CVSROOT" init 31 cvscall -q -d "$CVSROOT" init
30 32
31 echo % create source directory 33 echo % create source directory