All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6] tests: fix $dir path
@ 2021-12-09 18:38 Sudhakar Panneerselvam
  0 siblings, 0 replies; only message in thread
From: Sudhakar Panneerselvam @ 2021-12-09 18:38 UTC (permalink / raw)
  To: jes; +Cc: linux-raid

Some of the test cases use $dir to refer to the location of mdadm and
other test binaries. But $dir was never initialized anywhere in the test
sequence.

Signed-off-by: Sudhakar Panneerselvam <sudhakar.panneerselvam@oracle.com>
---
 test | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test b/test
index 711a3c7a2076..91b0a98d593c 100755
--- a/test
+++ b/test
@@ -6,6 +6,7 @@ targetdir="/var/tmp"
 logdir="$targetdir"
 config=/tmp/mdadm.conf
 testdir=$PWD/tests
+dir=$PWD
 devlist=
 
 savelogs=0
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-09 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09 18:38 [PATCH 6/6] tests: fix $dir path Sudhakar Panneerselvam

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.