Skip to content

Commit 25dc3da

Browse files
committed
Remove 127 from the case.
1 parent 5e63c85 commit 25dc3da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/test/scala/org/apache/openwhisk/core/containerpool/docker/test/DockerClientTests.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ class DockerClientTests
358358
}
359359

360360
Seq[(ProcessRunningException, String)](
361-
(ProcessUnsuccessfulException(ExitStatus(127), id.asString, "Unknown command"), "Exit code not 125"),
362361
(ProcessUnsuccessfulException(ExitStatus(125), "", "Unknown flag: --foo"), "No container ID"),
363362
(ProcessUnsuccessfulException(ExitStatus(1), "", ""), "Exit code not 125 and no container ID"),
364363
(ProcessTimeoutException(1.second, ExitStatus(125), id.asString, ""), "Timeout instead of unsuccessful command"))

0 commit comments

Comments
 (0)