git-svn: add an odd test case that seems to cause segfaults over HTTP
Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
parent
ef3cfaad19
commit
1492b4245a
@ -78,6 +78,21 @@ test_expect_success 'follow larger parent' "
|
|||||||
true
|
true
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# This seems to cause segfaults over HTTP...
|
||||||
|
test_expect_success 'follow higher-level parent' "
|
||||||
|
svn mkdir -m 'follow higher-level parent' $svnrepo/blob &&
|
||||||
|
svn co $svnrepo/blob blob &&
|
||||||
|
cd blob &&
|
||||||
|
echo hi > hi &&
|
||||||
|
svn add hi &&
|
||||||
|
svn commit -m 'hi' &&
|
||||||
|
cd ..
|
||||||
|
svn mkdir -m 'new glob at top level' $svnrepo/glob &&
|
||||||
|
svn mv -m 'move blob down a level' $svnrepo/blob $svnrepo/glob/blob &&
|
||||||
|
git-svn init -i blob $svnrepo/glob/blob &&
|
||||||
|
git-svn fetch -i blob --follow-parent
|
||||||
|
"
|
||||||
|
|
||||||
test_debug 'gitk --all &'
|
test_debug 'gitk --all &'
|
||||||
|
|
||||||
test_done
|
test_done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user