mirror of https://github.com/docker/docs.git
Fix search test for busybox image
Signed-off-by: Michael Crosby <michael@docker.com>
This commit is contained in:
parent
366fe67946
commit
dad2fcb199
|
@ -9,7 +9,7 @@ import (
|
||||||
|
|
||||||
// search for repos named "registry" on the central registry
|
// search for repos named "registry" on the central registry
|
||||||
func TestSearchOnCentralRegistry(t *testing.T) {
|
func TestSearchOnCentralRegistry(t *testing.T) {
|
||||||
searchCmd := exec.Command(dockerBinary, "search", "stackbrew/busybox")
|
searchCmd := exec.Command(dockerBinary, "search", "busybox")
|
||||||
out, exitCode, err := runCommandWithOutput(searchCmd)
|
out, exitCode, err := runCommandWithOutput(searchCmd)
|
||||||
errorOut(err, t, fmt.Sprintf("encountered error while searching: %v", err))
|
errorOut(err, t, fmt.Sprintf("encountered error while searching: %v", err))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue