Explorar o código

fix rebase

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
Victor Vieux %!s(int64=11) %!d(string=hai) anos
pai
achega
8162dc0312
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 	}
 
-	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 {
 		t.Fatal(err)
 	}