Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.13
-
None
-
Linux Ubuntu 12.10,Maven 3.0.4
Description
With the following configuration of the maven-surefire-plugin:
<configuration> <environmentVariables> <PETALS_CLI_PREFS /> </environmentVariables> </configuration>
I get the String "null" instead of "" as value of my env var in my unit test.
Attachments
Attachments
Issue Links
- is related to
-
SUREFIRE-1624 Add a method to unset environment variables
- Closed