Skip to content

Commit

Permalink
Revert "tst-res_hconf_reorder: Set RESOLV_REORDER environment variable"
Browse files Browse the repository at this point in the history
This reverts commit 731a713.

This change is unnecessary because the Makefile already sets up the
environment for the test.
  • Loading branch information
Florian Weimer committed Dec 4, 2015
1 parent 731a713 commit 79e0d34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
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>

Consistency about byte vs character in string.texi
Expand Down
3 changes: 0 additions & 3 deletions resolv/tst-res_hconf_reorder.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ do_test (void)
unsigned int i;
int result = 0;

/* Enabled code to be tested. */
setenv ("RESOLV_REORDER", "on", 1);

/* turn on realloc slowdown */
ts.tv_nsec = 100000000;

Expand Down

0 comments on commit 79e0d34

Please sign in to comment.