From 7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Fri, 13 Aug 2010 19:06:15 -0500 Subject: [PATCH] t9010 (svn-fe): avoid symlinks in test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- t/t9010-svn-fe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2