diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-12 11:53:29 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-12 11:53:29 -0800 |
commit | 8d08f2d81a59715a715d48384db18c9b345b8589 (patch) | |
tree | 2ca266825d98faa1b2e872ce547c3f0d782708cc /t | |
parent | 86f8c2368523db5ee56c8856748b26c31ebeb0aa (diff) | |
download | git-8d08f2d81a59715a715d48384db18c9b345b8589.tar.gz git-8d08f2d81a59715a715d48384db18c9b345b8589.tar.xz |
disable t9119 for now.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t9119-git-svn-info.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9119-git-svn-info.sh b/t/t9119-git-svn-info.sh index 439bd93c8..cc6191159 100755 --- a/t/t9119-git-svn-info.sh +++ b/t/t9119-git-svn-info.sh @@ -5,6 +5,8 @@ test_description='git-svn info' . ./lib-git-svn.sh +say 'skipping svn-info test (has a race undiagnosed yet)' +test_done ptouch() { perl -w -e ' |