diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-05-07 12:47:40 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-05-07 12:47:40 +0900 |
| commit | 826ef0e5e510ecf39a06e8c08ae6e221bdfd5db3 (patch) | |
| tree | cd52724d16da3ad0b3bf8690c14303bd9eb65243 /t/t9117-git-svn-init-clone.sh | |
| parent | 0377ac98dcf797d4711d2f0757ce49171ee4bb04 (diff) | |
| parent | 4f4d2017a370bdee57059d9454d4e1aca0741231 (diff) | |
| download | git-826ef0e5e510ecf39a06e8c08ae6e221bdfd5db3.tar.gz | |
Merge branch 'ab/svn-tests-set-e-fix'
Test clean-up.
* ab/svn-tests-set-e-fix:
svn tests: refactor away a "set -e" in test body
svn tests: remove legacy re-setup from init-clone test
Diffstat (limited to 't/t9117-git-svn-init-clone.sh')
| -rwxr-xr-x | t/t9117-git-svn-init-clone.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/t9117-git-svn-init-clone.sh b/t/t9117-git-svn-init-clone.sh index 044f65e916..62de819a44 100755 --- a/t/t9117-git-svn-init-clone.sh +++ b/t/t9117-git-svn-init-clone.sh @@ -7,12 +7,6 @@ test_description='git svn init/clone tests' . ./lib-git-svn.sh -# setup, run inside tmp so we don't have any conflicts with $svnrepo -set -e -rm -r .git -mkdir tmp -cd tmp - test_expect_success 'setup svnrepo' ' mkdir project project/trunk project/branches project/tags && echo foo > project/trunk/foo && |
