mirror of
https://github.com/moby/moby.git
synced 2026-07-25 08:47:01 +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>