Remove a test for getenv() behaviour which isn't specified by SUS and

2003-08-08  Matthias Clasen  <maclas@gmx.de>

	* tests/env-test.c (main): Remove a test for getenv() behaviour which isn't specified by SUS
	and doesn't work on Solaris.
This commit is contained in:
Matthias Clasen
2003-08-08 19:28:24 +00:00
committed by Matthias Clasen
parent 96838a7a88
commit 18042ea064
7 changed files with 35 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2003-08-08 Matthias Clasen <maclas@gmx.de>
* tests/env-test.c (main): Remove a test for getenv() behaviour which isn't specified by SUS
and doesn't work on Solaris.
2003-08-07 Matthias Clasen <maclas@gmx.de>
* tests/env-test.c: Add tests for '=' in names and values.