From ef20220ac2067d4c319081a780b9278aeeed6e47 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 21 Sep 2014 14:19:35 -0700 Subject: [PATCH] iscsi-test-cy.c: drop READ6 from the linux tests. it is obsolete --- test-tool/iscsi-test-cu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test-tool/iscsi-test-cu.c b/test-tool/iscsi-test-cu.c index d76e376..ce57f7f 100644 --- a/test-tool/iscsi-test-cu.c +++ b/test-tool/iscsi-test-cu.c @@ -550,7 +550,6 @@ static libiscsi_suite_info linux_suites[] = { { "OrWrite", NON_PGR_FUNCS, tests_orwrite }, { "Prefetch10", NON_PGR_FUNCS, tests_prefetch10 }, { "Prefetch16", NON_PGR_FUNCS, tests_prefetch16 }, - { "Read6", NON_PGR_FUNCS, tests_read6 }, { "Read10", NON_PGR_FUNCS, tests_read10 }, { "Read12", NON_PGR_FUNCS, tests_read12 }, { "Read16", NON_PGR_FUNCS, tests_read16 },