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) Upstream-commit: bde2d3aef7715814920a07d2c5e08d14eabe3e53 Component: engine
This commit is contained in:
@ -374,7 +374,7 @@ func TestGetContainersExport(t *testing.T) {
|
||||
}
|
||||
t.Fatal(err)
|
||||
}
|
||||
if h.Name == "./test" {
|
||||
if h.Name == "test" {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user