mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix rebase
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
parent
0098360726
commit
8162dc0312
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue