summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/loader_test.go
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2019-05-15 14:35:30 -0700
committerShentubot <shentubot@google.com>2019-05-15 14:36:28 -0700
commitecb0f00e10017e82698c326b4d83294c9e20dfbd (patch)
tree999d825e80a29625a9efb60fe45a0959cac0b4a9 /runsc/boot/loader_test.go
parent85380ff03d21da417ad74d28b293c768d7effb4f (diff)
Cleanup around urpc file payload handling
urpc always closes all files once the RPC function returns. PiperOrigin-RevId: 248406857 Change-Id: I400a8562452ec75c8e4bddc2154948567d572950
Diffstat (limited to 'runsc/boot/loader_test.go')
-rw-r--r--runsc/boot/loader_test.go1
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,
}