diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2010-08-13 19:06:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-14 19:35:38 -0700 |
commit | 7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6 (patch) | |
tree | f31d9f50cf805a6c3ca95e4d7453d045167be458 /t/t9010-svn-fe.sh | |
parent | 24f1136894b6db0a21b7b89a77da2ae2909487e9 (diff) | |
download | git-7e45e0569c6b659dbe4f7a95d59ee0c98f8b7cb6.tar.gz |
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.sh | 2 |
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 |