fix rebase
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux) Upstream-commit: 8162dc031246c55e34530d2b35ff7087f143d1c2 Component: engine
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user