repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
network
/
bind
/
patches
/
04-fix-update-test.patch
blob
77a6282f08cadcf80cc98a76006f8c652ee48187
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);
6
7
- setenv("TZ", "", 1);
8
+ setenv("TZ", "GMT0", 1);
9
10
return (0);
11
}