diff 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
line wrap: on
line diff
--- a/tests/test-convert-cvs	Mon May 11 00:16:49 2009 +0200
+++ b/tests/test-convert-cvs	Mon May 11 23:42:03 2009 +0200
@@ -22,8 +22,10 @@
 echo % create cvs repository
 mkdir cvsrepo
 cd cvsrepo
-export CVSROOT=`pwd`
-export CVS_OPTIONS=-f
+CVSROOT=`pwd`
+export CVSROOT
+CVS_OPTIONS=-f
+export CVS_OPTIONS
 cd ..
 
 cvscall -q -d "$CVSROOT" init