| Index: tests/test-lib.sh
|
| diff --git a/tests/test-lib.sh b/tests/test-lib.sh
|
| index 4ce05cf82069468d46a309e1e05aede67685ba51..ad078180437b8b16700bd79fb66abab331ebc412 100755
|
| --- a/tests/test-lib.sh
|
| +++ b/tests/test-lib.sh
|
| @@ -15,7 +15,9 @@ TRUNK_URL=$REPO_URL/trunk
|
| BRANCH_URL=$REPO_URL/branches/some_branch
|
| GITREPO_PATH=$PWD/gitrepo
|
| GITREPO_URL=file://$GITREPO_PATH
|
| +PATH="$PWD/..:$PATH"
|
| GIT_CL=$PWD/../git-cl
|
| +GIT_CL_STATUS="$GIT_CL status -f"
|
|
|
| # Set up an SVN repo that has a few commits to trunk.
|
| setup_initsvn() {
|
|
|