Преглед на файлове

integration: Fix TestGetContainersExport

The tar changes made the name of the file in the tar archive
change from  "./test" to "test", update the test to the new name.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)
Alexander Larsson преди 11 години
родител
ревизия
bde2d3aef7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      integration/api_test.go

+ 1 - 1
integration/api_test.go

@@ -374,7 +374,7 @@ func TestGetContainersExport(t *testing.T) {
 			}
 			}
 			t.Fatal(err)
 			t.Fatal(err)
 		}
 		}
-		if h.Name == "./test" {
+		if h.Name == "test" {
 			found = true
 			found = true
 			break
 			break
 		}
 		}