We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571340b commit 7143d9bCopy full SHA for 7143d9b
src/test/java/org/codehaus/plexus/util/cli/CommandlineTest.java
@@ -103,7 +103,6 @@ public void testExecuteBinaryOnPath()
103
assertTrue( out.contains( "Apache Maven" ) );
104
assertTrue( out.contains( "Maven home:" ) );
105
assertTrue( out.contains( "Java version:" ) );
106
- assertTrue( out.contains( "Java home:" ) );
107
}
108
catch ( Exception e )
109
{
0 commit comments