Commit 5858cd26 by Loren J. Rittle Committed by Loren J. Rittle

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
parent 125e6594
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>.
......
......@@ -205,8 +205,6 @@ namespace __gnu_cxx_test
}
else
throw environment_variable(string(env) + string(" to ") + string(name));
#else
throw not_found("setenv");
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment