Signed-off-by: Megan Kostick <mkostick@us.ibm.com>
| ... | ... |
@@ -196,7 +196,7 @@ func TestRunDeviceDirectory(t *testing.T) {
|
| 196 | 196 |
} |
| 197 | 197 |
|
| 198 | 198 |
if actual := strings.Trim(out, "\r\n"); !strings.Contains(out, "seq") {
|
| 199 |
- t.Fatalf("expected output /dev/othersnd/timer, received %s", actual)
|
|
| 199 |
+ t.Fatalf("expected output /dev/othersnd/seq, received %s", actual)
|
|
| 200 | 200 |
} |
| 201 | 201 |
|
| 202 | 202 |
logDone("run - test --device directory mounts all internal devices")
|