test: fix for compatibilty with true Bourne /bin/sh
authorDavid Champion <dgc@uchicago.edu>
Sun, 05 Jul 2009 13:58:37 -0500
changeset 9040 4743d1a65dfe
parent 9039 8761863c3118
child 9041 6e5e548452de
test: fix for compatibilty with true Bourne /bin/sh 'export foo=bar' is an extension, replaced with 'foo=bar; export foo'
tests/test-convert-cvs-branch
--- a/tests/test-convert-cvs-branch	Sun Jul 05 12:50:14 2009 +0200
+++ b/tests/test-convert-cvs-branch	Sun Jul 05 13:58:37 2009 -0500
@@ -83,7 +83,8 @@
 
 cvscall -Q -d `pwd`/cvsmaster2 init >/dev/null 2>&1
 cd cvsmaster2
-export CVSROOT=`pwd`
+CVSROOT=`pwd`
+export CVSROOT
 mkdir foo
 cd ..
 cvscall -Q co -d cvswork2 foo