diff options
author | Xiao Ni <xni@redhat.com> | 2024-09-11 10:54:30 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-09-23 10:49:04 +0200 |
commit | fe3e4809476ab4e2e0e905e36f6bb1a45c16a2c3 (patch) | |
tree | 98659780d8910f9ec77451f538727a168aab271d /tests/07testreshape5 | |
parent | mdadm/tests: Remove 07reshape5intr.broken (diff) | |
download | mdadm-fe3e4809476ab4e2e0e905e36f6bb1a45c16a2c3.tar.xz mdadm-fe3e4809476ab4e2e0e905e36f6bb1a45c16a2c3.zip |
mdadm/tests: 07testreshape5 fix
Init dir to avoid test failure.
Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
Diffstat (limited to 'tests/07testreshape5')
-rw-r--r-- | tests/07testreshape5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/07testreshape5 b/tests/07testreshape5 index 0e1f25f9..d90fd15e 100644 --- a/tests/07testreshape5 +++ b/tests/07testreshape5 @@ -4,6 +4,7 @@ # kernel md code to move data into and out of variously # shaped md arrays. set -x +dir="." layouts=(la ra ls rs) for level in 5 6 do |