Skip to content

Commit d2752c4

Browse files
committed
Exclude ICMP in the test.
1 parent faf0103 commit d2752c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private void assertCmdLineArgs( final String[] expected, final String cmdLine )
174174
public void testChineseEncodingIssue()
175175
throws Exception
176176
{
177-
Commandline commandline = new Commandline( "ping www.baidu.com" );
177+
Commandline commandline = new Commandline( "echo 金色传说" );
178178
StreamConsumer err = new StreamConsumer() {
179179
@Override
180180
public void consumeLine( String line ) {

0 commit comments

Comments
 (0)