Browse code

Fixing fail message in TestRunDeviceDirectory

Signed-off-by: Megan Kostick <mkostick@us.ibm.com>

Megan Kostick authored on 2015/04/08 05:14:47
Showing 1 changed files
... ...
@@ -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")