mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo in test title
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
166412e529
commit
3c2b128582
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ func (s *DockerSuite) TestRunAddingOptionalDevicesNoSrc(c *check.C) {
|
|||
}
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRunAddingOptionalDevicesInvalideMode(c *check.C) {
|
||||
func (s *DockerSuite) TestRunAddingOptionalDevicesInvalidMode(c *check.C) {
|
||||
_, _, err := dockerCmdWithError("run", "--device", "/dev/zero:ro", "busybox", "sh", "-c", "ls /dev/zero")
|
||||
if err == nil {
|
||||
c.Fatalf("run container with device mode ro should fail")
|
||||
|
|
Loading…
Reference in a new issue