mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
TestDaemonRestartKillContainers test was always executing the last case (`container created should not be restarted`) because the iterated variables were not copied correctly. Capture iterated values by value correctly and rename c to tc. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>