fix typo in test, we try to reset the LUN, not the target

This commit is contained in:
Ronnie Sahlberg
2012-07-21 12:09:59 +10:00
parent 313d579464
commit 9205a71135

View File

@@ -199,7 +199,7 @@ test3:
}
if (mgmt_task.status != 0) {
printf("[FAILED]\n");
printf("Failed to reset the target\n");
printf("Failed to reset the LUN\n");
goto test4;
}
printf("[OK]\n");