mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Add gosimple linter (#9590)
This commit is contained in:
@@ -197,7 +197,7 @@ func TestExecFSIsolation(t *testing.T, driver *DriverHarness, taskID string) {
|
||||
|
||||
// we always run in a cgroup - testing freezer cgroup
|
||||
r = execTask(t, driver, taskID,
|
||||
fmt.Sprintf("cat /proc/self/cgroup"),
|
||||
"cat /proc/self/cgroup",
|
||||
false, "")
|
||||
require.Zero(t, r.exitCode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user