moby--moby/integration/volume
Roman Volosatovs dd01abf9bf
integration: copy loop variable into parallel test closures
Discovered a few instances, where loop variable is incorrectly used
within a test closure, which is marked as parallel.
Few of these were actually loops over singleton slices, therefore the issue
might not have surfaced there (yet), but it is good to fix there as
well, as this is an incorrect pattern used across different tests.

Signed-off-by: Roman Volosatovs <roman.volosatovs@docker.com>
2021-07-22 22:46:12 +02:00
..
main_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
volume_test.go integration: copy loop variable into parallel test closures 2021-07-22 22:46:12 +02:00