mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
tst-res_hconf_reorder: Set RESOLV_REORDER environment variable
Otherwise, the problematic code does not run.
This commit is contained in:
parent
2cc4b9cce5
commit
731a713b72
@ -1,3 +1,8 @@
|
|||||||
|
2015-12-04 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* resolv/tst-res_hconf_reorder.c (do_test): Set RESOLV_REORDER
|
||||||
|
environment variable.
|
||||||
|
|
||||||
2015-12-04 Paul Eggert <eggert@cs.ucla.edu>
|
2015-12-04 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
Consistency about byte vs character in string.texi
|
Consistency about byte vs character in string.texi
|
||||||
|
@ -71,6 +71,9 @@ do_test (void)
|
|||||||
unsigned int i;
|
unsigned int i;
|
||||||
int result = 0;
|
int result = 0;
|
||||||
|
|
||||||
|
/* Enabled code to be tested. */
|
||||||
|
setenv ("RESOLV_REORDER", "on", 1);
|
||||||
|
|
||||||
/* turn on realloc slowdown */
|
/* turn on realloc slowdown */
|
||||||
ts.tv_nsec = 100000000;
|
ts.tv_nsec = 100000000;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user