Fixing fail message in TestRunDeviceDirectory
Signed-off-by: Megan Kostick <mkostick@us.ibm.com> Upstream-commit: 05dcf261992ee2fe639977a9e063051cadaf1c50 Component: engine
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user