Skip to content

Commit 7e45e05

Browse files
jrngitster
authored andcommitted
t9010 (svn-fe): avoid symlinks in test
The svn-fe test fails on Windows in the “svn export” step because of the lack of symlink support. With a less ambitious dump, it passes. Acked-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 24f1136 commit 7e45e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9010-svn-fe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ test_dump() {
2727
'
2828
}
2929

30-
test_dump simple t9111/svnsync.dump
30+
test_dump simple t9135/svn.dump
3131

3232
test_done

0 commit comments

Comments
 (0)