Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/exec: expect 127 exit code for missing executable
Docker Engine has always returned `126` when starting an exec fails due to a missing binary, but this was due to a bug in the daemon causing the correct exit code to be overwritten in some cases – see: moby/moby#45795 Change tests to expect correct exit code (`127`). Signed-off-by: Laura Brehm <[email protected]>
- Loading branch information