Linux-Block Archive mirror
 help / color / mirror / Atom feed
From: Yi Zhang <yi.zhang@redhat.com>
To: linux-block@vger.kernel.org
Cc: dwagner@suse.de, shinichiro.kawasaki@wdc.com
Subject: [PATCH blktests 1/2] nvme/011: fix filename path
Date: Sun,  7 Apr 2024 11:17:08 +0800	[thread overview]
Message-ID: <20240407031708.3945702-1-yi.zhang@redhat.com> (raw)

Fixes: e55c4e0 ("nvme: don't assume namespace id")
Signed-off-by: Yi Zhang <yi.zhang@redhat.com>
---
 tests/nvme/011 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nvme/011 b/tests/nvme/011
index eee044c..4810459 100755
--- a/tests/nvme/011
+++ b/tests/nvme/011
@@ -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
 
-- 
2.34.3


             reply	other threads:[~2024-04-07  3:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-07  3:17 Yi Zhang [this message]
2024-04-08  4:02 ` [PATCH blktests 1/2] nvme/011: fix filename path Shinichiro Kawasaki
2024-04-08  7:17   ` Daniel Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240407031708.3945702-1-yi.zhang@redhat.com \
    --to=yi.zhang@redhat.com \
    --cc=dwagner@suse.de \
    --cc=linux-block@vger.kernel.org \
    --cc=shinichiro.kawasaki@wdc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).