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>
This commit is contained in:
Jonathan Nieder 2010-08-13 19:06:15 -05:00 коммит произвёл Junio C Hamano
Родитель 24f1136894
Коммит 7e45e0569c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,6 +27,6 @@ test_dump() {
'
}
test_dump simple t9111/svnsync.dump
test_dump simple t9135/svn.dump
test_done