]> git.ipfire.org Git - thirdparty/git.git/blame - t/t9121-git-svn-fetch-renamed-dir.sh
Merge branch 'js/azure-pipelines-msvc'
[thirdparty/git.git] / t / t9121-git-svn-fetch-renamed-dir.sh
CommitLineData
f61cc48d
EW
1#!/bin/sh
2#
3# Copyright (c) 2008 Santhosh Kumar Mani
4
5
1364ff27 6test_description='git svn can fetch renamed directories'
f61cc48d
EW
7
8. ./lib-git-svn.sh
9
f69e836f 10test_expect_success 'load repository with renamed directory' '
bfdbee98 11 svnadmin load -q "$rawsvnrepo" < "$TEST_DIRECTORY"/t9121/renamed-dir.dump
f69e836f 12 '
f61cc48d 13
f69e836f
BD
14test_expect_success 'init and fetch repository' '
15 git svn init "$svnrepo/newname" &&
f61cc48d 16 git svn fetch
f69e836f 17 '
f61cc48d
EW
18
19test_done
20