testsuite_hooks.h (run_tests_wrapped_env): Do not report lack of setenv().

* testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
	report lack of setenv().

From-SVN: r64161
This commit is contained in:
Loren J. Rittle 2003-03-11 05:32:56 +00:00 committed by Loren J. Rittle
parent 125e65945c
commit 5858cd26b2
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-03-11 Loren J. Rittle <ljrittle@acm.org>
* testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
report lack of setenv().
2003-03-09 Paolo Carlini <pcarlini@unitus.it>
* config/io/basic_file_stdio.cc: include <unistd.h>.

View File

@ -205,8 +205,6 @@ namespace __gnu_cxx_test
}
else
throw environment_variable(string(env) + string(" to ") + string(name));
#else
throw not_found("setenv");
#endif
}