mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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)
This commit is contained in:
parent
8a4824d1ad
commit
bde2d3aef7
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ func TestGetContainersExport(t *testing.T) {
|
|||
}
|
||||
t.Fatal(err)
|
||||
}
|
||||
if h.Name == "./test" {
|
||||
if h.Name == "test" {
|
||||
found = true
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue