mirror of
https://github.com/moby/moby.git
synced 2026-07-26 03:07:42 +00:00
`arm64` needs get more time duration for the test to finish. `pty.Start()` opens a file, so the caller should close it explicitly, else the file I/O can result in unexpected data synchronization issue. All those changes will not affect the test itself. Signed-off-by: Dennis Chen <dennis.chen@arm.com>