rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / network / bind / patches / 04-fix-update-test.patch
blob77a6282f08cadcf80cc98a76006f8c652ee48187
1 --- bind-9.18.21/tests/dns/update_test.c.~1~ Fri Dec 8 04:09:37 2023
2 +++ bind-9.18.21/tests/dns/update_test.c Wed Jan 24 14:18:57 2024
3 @@ -49,7 +49,7 @@
4 setup_test(void **state) {
5 UNUSED(state);
7 - setenv("TZ", "", 1);
8 + setenv("TZ", "GMT0", 1);
10 return (0);