summaryrefslogtreecommitdiffstats
path: root/tests/00raid4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/00raid4')
-rw-r--r--tests/00raid44
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/00raid4 b/tests/00raid4
index 4638387..3618aa9 100644
--- a/tests/00raid4
+++ b/tests/00raid4
@@ -2,13 +2,13 @@
# create a simple raid4 set
mdadm -CfR $md0 -l 4 -n3 $dev0 $dev1 $dev2
-check resync ; check raid5
+check resync ; check raid[45]
testdev $md0 2 $mdsize0 64
mdadm -S $md0
# now with version-1 superblock
mdadm -CR $md0 -e1 --level=raid4 -n4 $dev0 $dev1 $dev2 $dev3
-check resync; check raid5
+check resync; check raid[45]
testdev $md0 3 $mdsize1 64
mdadm -S $md0