comparison tests/test-convert-cvs-builtincvsps @ 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
19 echo "cvsps=builtin" >> $HGRCPATH 19 echo "cvsps=builtin" >> $HGRCPATH
20 20
21 echo % create cvs repository 21 echo % create cvs repository
22 mkdir cvsrepo 22 mkdir cvsrepo
23 cd cvsrepo 23 cd cvsrepo
24 export CVSROOT=`pwd` 24 CVSROOT=`pwd`
25 export CVS_OPTIONS=-f 25 export CVSROOT
26 CVS_OPTIONS=-f
27 export CVS_OPTIONS
26 cd .. 28 cd ..
27 29
28 cvscall -q -d "$CVSROOT" init 30 cvscall -q -d "$CVSROOT" init
29 31
30 echo % create source directory 32 echo % create source directory