mirror of
https://github.com/moby/moby.git
synced 2026-07-11 00:58:22 +00:00
It said `TESTFLAGS='-test.run ^TestValidateIPAddress$' make test-unit` runs `TestBuild` test, but actually runs `TestValidateIPAddress` test. Signed-off-by: Donghwa Kim <shanytt@gmail.com>