'nvme read' is expected to fail, though the error message "ERROR: Successfully..." is misleading. Reword the error text to clarify the real indent of the test and what failed. Reported-by: Logan Gunthorpe <logang@xxxxxxxxxxxx> Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> --- tests/nvme/018 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nvme/018 b/tests/nvme/018 index d0f15db23538..aa9681b312f7 100755 --- a/tests/nvme/018 +++ b/tests/nvme/018 @@ -44,7 +44,7 @@ test() { bs="$(blockdev --getbsz "/dev/${nvmedev}n1")" nvme read "/dev/${nvmedev}n1" -s "$sectors" -c 0 -z "$bs" &>"$FULL" \ - && echo "ERROR: Successfully read out of device lba range" + && echo "ERROR: nvme read was successful for out of range lba" nvme disconnect -n "${subsys_name}" -- 2.16.4