Skip to content

Commit

Permalink
Test failure in CommandlineTest#testExecuteBinaryOnPath with Maven 3.…
Browse files Browse the repository at this point in the history
…5.4 or later (#50)
  • Loading branch information
belingueres authored and rfscholte committed Dec 1, 2018
1 parent 571340b commit 7143d9b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -103,7 +103,6 @@ public void testExecuteBinaryOnPath()
assertTrue( out.contains( "Apache Maven" ) );
assertTrue( out.contains( "Maven home:" ) );
assertTrue( out.contains( "Java version:" ) );
assertTrue( out.contains( "Java home:" ) );
}
catch ( Exception e )
{
Expand Down

0 comments on commit 7143d9b

Please sign in to comment.