summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMateusz Kusiak <mateusz.kusiak@intel.com>2024-12-04 12:03:29 +0100
committerMariusz Tkaczyk <mtkaczyk@kernel.org>2024-12-13 10:08:10 +0100
commit3d253c26ac815b6051db0c880bd3ad6bdced6e40 (patch)
tree596b6e574b3f0345e8192b4979e01e0abb5d1af2 /tests
parenttests: remove redundant new-line from save_log() (diff)
downloadmdadm-3d253c26ac815b6051db0c880bd3ad6bdced6e40.tar.xz
mdadm-3d253c26ac815b6051db0c880bd3ad6bdced6e40.zip
tests: fix 07layouts
Remove redundant backup file creation so mdadm does not complain it already exists. Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/07layouts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/07layouts b/tests/07layouts
index acd1a800..91525b6e 100644
--- a/tests/07layouts
+++ b/tests/07layouts
@@ -58,7 +58,7 @@ l5[4]=parity-first
l5[5]=parity-last
for layout in 0 1 2 3 4 5 0
do
- mdadm -G $md0 --layout=${l5[$layout]} --backup-file $bu
+ mdadm -G $md0 --layout=${l5[$layout]}
checkgeo md0 raid5 5 $[512*1024] $layout
dotest 4
done
@@ -85,7 +85,7 @@ l6[19]=right-symmetric-6
l6[20]=parity-first-6
for layout in 0 1 2 3 4 5 8 9 10 16 17 18 19 20 0
do
- mdadm -G $md0 --layout=${l6[$layout]} --backup-file $bu
+ mdadm -G $md0 --layout=${l6[$layout]}
checkgeo md0 raid6 5 $[512*1024] $layout
dotest 3
done