]> git.pld-linux.org Git - packages/subversion.git/blob - subversion-tests.patch
add static_libs bcond
[packages/subversion.git] / subversion-tests.patch
1 diff -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)
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 0.025054 seconds and 3 git commands to generate.