mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
testutil: move back to internal
This package was originally internal, but was moved out when BuildKit used it for its integration tests. That's no longer the case, so we can make it internal again. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"os"
|
||||
"os/exec"
|
||||
|
||||
"github.com/moby/moby/v2/testutil/environment"
|
||||
"github.com/moby/moby/v2/internal/testutil/environment"
|
||||
)
|
||||
|
||||
// DefaultClientBinary is the name of the docker binary
|
||||
|
||||
Reference in New Issue
Block a user