]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
nvme/011: fix filename path
authorYi Zhang <yi.zhang@redhat.com>
Sun, 7 Apr 2024 03:17:08 +0000 (11:17 +0800)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Mon, 8 Apr 2024 01:37:43 +0000 (10:37 +0900)
Fixes: e55c4e0 ("nvme: don't assume namespace id")
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
tests/nvme/011

index eee044cbb4f8e9b85c3b093b5302b54da29fc652..48104591aa688c593de3c5e8ceb2bfc9235f26aa 100755 (executable)
@@ -29,7 +29,7 @@ test() {
        ns=$(_find_nvme_ns "${def_subsys_uuid}")
 
        _run_fio_verify_io --size="${nvme_img_size}" \
-               --filename="$/dev/{ns}"
+               --filename="/dev/${ns}"
 
        _nvme_disconnect_subsys