Mercurial > public > mercurial-scm > hg
diff tests/test-convert-cvs-branch @ 9040:4743d1a65dfe
test: fix for compatibilty with true Bourne /bin/sh
'export foo=bar' is an extension, replaced with 'foo=bar; export foo'
author | David Champion <dgc@uchicago.edu> |
---|---|
date | Sun, 05 Jul 2009 13:58:37 -0500 |
parents | 1de6e7e1bb9f |
children | 56a5f80556f5 |
line wrap: on
line diff
--- 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