From 8162dc031246c55e34530d2b35ff7087f143d1c2 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 26 Jun 2014 22:51:47 +0000 Subject: [PATCH] fix rebase Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- archive/archive_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/archive_test.go b/archive/archive_test.go index b9051fe6ae..e05cd72e49 100644 --- a/archive/archive_test.go +++ b/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) }