ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / cluster / libqb / patches / skipTest.patch
blob7e6cb557da75399cc241661cd960c45e85774d64
1 The method to override system calls to libc is not portable.
2 Writing to the syslog works, test is unnecessary.
4 --- libqb-1.0.2/tests/check_log.c.orig 2017-10-10 11:32:27.247066784 +0000
5 +++ libqb-1.0.2/tests/check_log.c 2017-10-10 11:33:47.809174401 +0000
6 @@ -894,8 +894,9 @@
7 #endif
8 add_tcase(s, tc, test_extended_information);
9 add_tcase(s, tc, test_zero_tags);
10 +#ifndef QB_SOLARIS
11 add_tcase(s, tc, test_syslog);
13 +#endif
14 return s;