dockument icon indicating copy to clipboard operation
dockument copied to clipboard

Replace metadata tests "ENV" string with an array

Open zanetworker opened this issue 7 years ago • 0 comments

Currently metadata tests ENV parameters is passed as a simple string which is splitter into multiple args. However, in some cases the string split token ":" is used as part of the ENV argument.

Example: PATH /go/bin:/usr/local/go/bin:$PATH would result in an error as the ":" token is used as part of the path

zanetworker avatar Mar 31 '18 19:03 zanetworker