From 9205a711354d4352c3164832ca90a2d2e644aee1 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 21 Jul 2012 12:09:59 +1000 Subject: [PATCH] fix typo in test, we try to reset the LUN, not the target --- test-tool/0385_preventallow_lun_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/0385_preventallow_lun_reset.c b/test-tool/0385_preventallow_lun_reset.c index e42e5e5..020b37d 100644 --- a/test-tool/0385_preventallow_lun_reset.c +++ b/test-tool/0385_preventallow_lun_reset.c @@ -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");