Merge pull request #7628 from crosbymichael/fix-search-test

Fix search test for busybox image
This commit is contained in:
Tibor Vass 2014-08-19 12:11:29 -05:00
commit 39bcc3a3e5

View file

@ -9,7 +9,7 @@ import (
// search for repos named "registry" on the central registry
func TestSearchOnCentralRegistry(t *testing.T) {
searchCmd := exec.Command(dockerBinary, "search", "stackbrew/busybox")
searchCmd := exec.Command(dockerBinary, "search", "busybox")
out, exitCode, err := runCommandWithOutput(searchCmd)
errorOut(err, t, fmt.Sprintf("encountered error while searching: %v", err))