diff options
Diffstat (limited to 't/t9601-cvsimport-vendor-branch.sh')
-rwxr-xr-x | t/t9601-cvsimport-vendor-branch.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/t/t9601-cvsimport-vendor-branch.sh b/t/t9601-cvsimport-vendor-branch.sh index 71178e2e5f..827d39f5bf 100755 --- a/t/t9601-cvsimport-vendor-branch.sh +++ b/t/t9601-cvsimport-vendor-branch.sh @@ -34,10 +34,7 @@ test_description='git cvsimport handling of vendor branches' . ./lib-cvs.sh -test_expect_success PERL 'setup CVSROOT' ' - CVSROOT="$TEST_DIRECTORY"/t9601/cvsroot && - export CVSROOT -' +setup_cvs_test_repository t9601 test_expect_success PERL 'import a module with a vendor branch' ' |