container-structure-test icon indicating copy to clipboard operation
container-structure-test copied to clipboard

Output of list with empty string is the same to empty list

Open dzavalkinolx opened this issue 7 years ago • 1 comments

Entrypoint in the image is []. If I create the following metadata test:

metadataTest:
  entrypoint: [""]

it will fail with error message:

    --- FAIL: TestAll/Metadata_Test (0.00s)
        structure.go:179: Image entrypoint [] does not match expected entrypoint: []

dzavalkinolx avatar Mar 09 '18 09:03 dzavalkinolx

This should get get addressed as part of the extension of the metadataTest for #80

datwiz avatar Apr 20 '18 03:04 datwiz