Browse code

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 authored on 2014/01/21 18:39:50
Showing 1 changed files
... ...
@@ -374,7 +374,7 @@ func TestGetContainersExport(t *testing.T) {
374 374
 			}
375 375
 			t.Fatal(err)
376 376
 		}
377
-		if h.Name == "./test" {
377
+		if h.Name == "test" {
378 378
 			found = true
379 379
 			break
380 380
 		}