Browse code

Fix TestBuildCacheADD to check cache in out, not in id

Signed-off-by: Alexandr Morozov <lk4d4@docker.com>

Alexandr Morozov authored on 2014/10/07 02:04:10
Showing 1 changed files
... ...
@@ -31,7 +31,7 @@ func TestBuildCacheADD(t *testing.T) {
31 31
 		true); err != nil {
32 32
 		t.Fatal(err)
33 33
 	}
34
-	out, _, err := buildImageWithOut(name,
34
+	_, out, err := buildImageWithOut(name,
35 35
 		fmt.Sprintf(`FROM scratch
36 36
 		ADD %s/index.html /`, server.URL),
37 37
 		true)