]> git.pld-linux.org Git - packages/subversion.git/blame - subversion-tests.patch
- rediff patches
[packages/subversion.git] / subversion-tests.patch
CommitLineData
120f3a87
JR
1diff -urNp -x '*.orig' subversion-1.14.1.org/subversion/tests/libsvn_subr/auth-test.c subversion-1.14.1/subversion/tests/libsvn_subr/auth-test.c
2--- subversion-1.14.1.org/subversion/tests/libsvn_subr/auth-test.c 2017-06-08 00:31:02.000000000 +0200
3+++ subversion-1.14.1/subversion/tests/libsvn_subr/auth-test.c 2021-05-07 23:45:09.610839628 +0200
4@@ -31,6 +31,8 @@
5 static svn_error_t *
6 test_platform_specific_auth_providers(apr_pool_t *pool)
1cfe7af2
JB
7 {
8+ return svn_error_create(SVN_ERR_TEST_SKIPPED, NULL, "test disabled");
9+
10 apr_array_header_t *providers;
11 svn_auth_provider_object_t *provider;
12 int number_of_providers = 0;
This page took 1.028109 seconds and 4 git commands to generate.