diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-12-10 12:51:08 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-10 12:51:54 -0800 |
commit | 833edbd10b49db1f934dcb2495dcb41c1310eea4 (patch) | |
tree | 6485116d8474f81e24e99c087dba570fc7469520 /runsc | |
parent | fc297702511edef4760c4f7a1d89cc6f02347d50 (diff) |
Internal change.
PiperOrigin-RevId: 224865061
Change-Id: I6aa31f880931980ad2fc4c4b3cc4c532aacb31f4
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/test/testutil/testutil.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/test/testutil/testutil.go b/runsc/test/testutil/testutil.go index b8f981053..a84530287 100644 --- a/runsc/test/testutil/testutil.go +++ b/runsc/test/testutil/testutil.go @@ -172,7 +172,7 @@ func NewSpecWithArgs(args ...string) *specs.Spec { Source: TmpDir(), }, }, - Hostname: "runsc-test-" + strings.Join(args, "_"), + Hostname: "runsc-test-hostname", } } |