aboutsummaryrefslogtreecommitdiff
path: root/t/t9010-svn-fe.sh
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-13 19:06:15 -0500
committerJunio C Hamano <gitster@pobox.com>2010-08-14 19:35:38 -0700
commit7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6 (patch)
treef31d9f50cf805a6c3ca95e4d7453d045167be458 /t/t9010-svn-fe.sh
parent24f1136894b6db0a21b7b89a77da2ae2909487e9 (diff)
downloadgit-7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6.tar.gz
git-7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6.tar.xz
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>
Diffstat (limited to 't/t9010-svn-fe.sh')
-rw-r--r--t/t9010-svn-fe.sh2
1 files changed, 1 insertions, 1 deletions
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