From 9e9fec3a09308a5df616c86b665b848eba2ba6f7 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Mon, 5 Oct 2020 15:48:06 -0700 Subject: Enable more VFS2 tests Updates #1487 PiperOrigin-RevId: 335516732 --- pkg/test/testutil/testutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/test/testutil') diff --git a/pkg/test/testutil/testutil.go b/pkg/test/testutil/testutil.go index 06fb823f6..49ab87c58 100644 --- a/pkg/test/testutil/testutil.go +++ b/pkg/test/testutil/testutil.go @@ -270,7 +270,7 @@ func RandomID(prefix string) string { // same name, sometimes between test runs the socket does not get cleaned up // quickly enough, causing container creation to fail. func RandomContainerID() string { - return RandomID("test-container-") + return RandomID("test-container") } // Copy copies file from src to dst. -- cgit v1.2.3