mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
b0fc85e99d
Add some tests to ensure that we always get a proper console (created inside the container). This is done by checking that the /proc/self/fd/[012] "symlinks" are always referencing something in /dev/pts/*. This patch is part of the console rewrite patchset. Signed-off-by: Aleksa Sarai <asarai@suse.de>