From: Jonathan Nieder Date: Sat, 14 Aug 2010 00:06:15 +0000 (-0500) Subject: t9010 (svn-fe): avoid symlinks in test X-Git-Tag: v1.7.3-rc0~31^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6;p=git.git 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 Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/t/t9010-svn-fe.sh b/t/t9010-svn-fe.sh index dd8e78eb9..a713dfc50 100644 --- a/t/t9010-svn-fe.sh +++ b/t/t9010-svn-fe.sh @@ -27,6 +27,6 @@ test_dump() { ' } -test_dump simple t9111/svnsync.dump +test_dump simple t9135/svn.dump test_done