From: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
To: jes@trained-monkey.org
Cc: linux-raid@vger.kernel.org
Subject: [PATCH 4/5] tests: fix swap_super path
Date: Thu, 22 Jul 2021 18:29:03 +0000 [thread overview]
Message-ID: <20210722182903.GA25359@oracle.com> (raw)
This fixes '04r5swap' test.
Signed-off-by: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
---
tests/04r5swap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/04r5swap b/tests/04r5swap
index 5373a60725fb..8c6a97ba7339 100644
--- a/tests/04r5swap
+++ b/tests/04r5swap
@@ -7,7 +7,7 @@ mdadm -S $md0
mdadm -E --metadata=0 $dev1 > $targetdir/d1
for d in $dev0 $dev1 $dev2 $dev3
-do $dir/swap_super $d
+do $PWD/swap_super $d
done
mdadm -E --metadata=0.swap $dev1 > $targetdir/d1s
diff -u $targetdir/d1 $targetdir/d1s
--
1.8.3.1
next reply other threads:[~2021-07-22 18:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-22 18:29 Sudhakar Panneerselvam [this message]
2021-08-02 15:48 ` [PATCH 4/5] tests: fix swap_super path Jes Sorensen
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=20210722182903.GA25359@oracle.com \
--to=sudhakar.panneerselvam@oracle.com \
--cc=jes@trained-monkey.org \
--cc=linux-raid@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.