Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sn/doc-opt-notation' into maint
[gitweb.git]
/
t
/
t9123-git-svn-rebuild-with-rewriteroot.sh
diff --git
a/t/t9123-git-svn-rebuild-with-rewriteroot.sh
b/t/t9123-git-svn-rebuild-with-rewriteroot.sh
index 045521615c64d1ae938524b0424e1e4260ca8c54..0ed90d982d28810c4f7a018fab3d2f8699b78d95 100755
(executable)
--- a/
t/t9123-git-svn-rebuild-with-rewriteroot.sh
+++ b/
t/t9123-git-svn-rebuild-with-rewriteroot.sh
@@
-8,10
+8,10
@@
test_description='git svn respects rewriteRoot during rebuild'
. ./lib-git-svn.sh
mkdir import
-cd import
+
(
cd import
touch foo
svn_cmd import -m 'import for git svn' . "$svnrepo" >/dev/null
-cd ..
+)
rm -rf import
test_expect_success 'init, fetch and checkout repository' '