]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - test
Fix possible NULL dereference in super_by_fd
[thirdparty/mdadm.git] / test
diff --git a/test b/test
index 3029b69395e57bcc0dfcba63c18263857beca048..d2719854717a08ffbf2eaa5a292886f7b8dee9f6 100644 (file)
--- a/test
+++ b/test
@@ -21,6 +21,8 @@ fi
 
 # assume md0, md1, md2 exist in /dev
 md0=/dev/md0 md1=/dev/md1 md2=/dev/md2
+mdp0=/dev/md_d0
+mdp1=/dev/md_d1
 
 # We test mdadm on loop-back block devices.
 # dir for storing files should be settable by command line maybe