summaryrefslogtreecommitdiff
path: root/pkg/libcontainer/types_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/libcontainer/types_test.go')
-rw-r--r--pkg/libcontainer/types_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/libcontainer/types_test.go b/pkg/libcontainer/types_test.go
index 52b85a4db9..9735937b76 100644
--- a/pkg/libcontainer/types_test.go
+++ b/pkg/libcontainer/types_test.go
@@ -30,6 +30,6 @@ func TestCapabilitiesContains(t *testing.T) {
t.Fatal("capabilities should not contain SYS_ADMIN")
}
if !caps.Contains("MKNOD") {
- t.Fatal("capabilities should container MKNOD but does not")
+ t.Fatal("capabilities should contain MKNOD but does not")
}
}