Mercurial > hg
changeset 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 | 8761863c3118 |
children | 6e5e548452de |
files | tests/test-convert-cvs-branch |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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