1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #12155 from kostickm/12146-fix-fail-msg-TestRunDeviceDirectory

Fixing fail message in TestRunDeviceDirectory
This commit is contained in:
Alexander Morozov 2015-04-07 14:55:30 -07:00
commit d1423d28b5

View file

@ -196,7 +196,7 @@ func TestRunDeviceDirectory(t *testing.T) {
}
if actual := strings.Trim(out, "\r\n"); !strings.Contains(out, "seq") {
t.Fatalf("expected output /dev/othersnd/timer, received %s", actual)
t.Fatalf("expected output /dev/othersnd/seq, received %s", actual)
}
logDone("run - test --device directory mounts all internal devices")