Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.20.1
-
None
-
Unknown
Description
Integration test like https://github.com/Croway/camel/blob/jbang-test/dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/BackgroundTest.java fails when a command that uses ProcessHandle.current().info().commandLine().orElse(null); is executed.
In my e2e camel-jbang test suite I'm using a docker image with camel-jbang installed, but when ProcessHandle.current().info().commandLine().orElse(null); I get the same behavior as the integration tests.