diff options
Diffstat (limited to 'runsc/boot/loader_test.go')
-rw-r--r-- | runsc/boot/loader_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/loader_test.go b/runsc/boot/loader_test.go index 9a864ad3f..4603f751d 100644 --- a/runsc/boot/loader_test.go +++ b/runsc/boot/loader_test.go @@ -115,7 +115,6 @@ func createLoader() (*Loader, func(), error) { Spec: spec, Conf: conf, ControllerFD: fd, - DeviceFD: -1, GoferFDs: []int{sandEnd}, StdioFDs: stdio, } |