Ver código fonte

fix rebase

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Victor Vieux 11 anos atrás
pai
commit
8162dc0312
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      archive/archive_test.go

+ 1 - 1
archive/archive_test.go

@@ -177,7 +177,7 @@ func TestTarUntarFile(t *testing.T) {
 		t.Fatal(err)
 		t.Fatal(err)
 	}
 	}
 
 
-	tar, err := TarFilter(path.Join(origin, "before"), &TarOptions{Compression: Uncompressed, Includes: []string{"file"}})
+	tar, err := TarWithOptions(path.Join(origin, "before"), &TarOptions{Compression: Uncompressed, Includes: []string{"file"}})
 	if err != nil {
 	if err != nil {
 		t.Fatal(err)
 		t.Fatal(err)
 	}
 	}