Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-14 04:06:15 +0400
committerJunio C Hamano <gitster@pobox.com>2010-08-15 06:35:38 +0400
commit7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6 (patch)
treef31d9f50cf805a6c3ca95e4d7453d045167be458 /t/t9010-svn-fe.sh
parent24f1136894b6db0a21b7b89a77da2ae2909487e9 (diff)
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 dd8e78eb9c..a713dfc50b 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