[0/6] [0s] [1/6] Fetching image [0s] [2/6] Unpacking image [0s] [3/6] Fetching kernel [0s] [4/6] Fetching init image [0s] [5/6] Unpacking init image [0s] [6/6] Starting container [0s] [6/6] Starting container [0s] == extracted %post lua == nl = '\n' cosh = '/usr/bin/cosh'..nl f = io.open('/etc/shells', 'a+') if f then local shells = nl..f:read('*all')..nl if not shells:find(nl..cosh) then f:write(cosh) end f:close() end == fixture (cat -A) == /bin/sh$ /bin/bash rc_first=0 == after first run (cat -A) == /bin/sh$ /bin/bash/usr/bin/cosh$ rc_second=0 == after second run (cat -A) == /bin/sh$ /bin/bash/usr/bin/cosh$ /usr/bin/cosh$ glued_lines=1 standalone_entries=1 VERDICT: FAIL (PKG-007 reproduced: glued=1 entries=1) container_exit=1