]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - tests/04r1update
Add 'quite' option and tidy up some tests.
[thirdparty/mdadm.git] / tests / 04r1update
index e76df8901c6c5bcc1737f4c09a935427cb940c45..7a50131f79ba83280c83ade74b9ac005c57ac8ef 100644 (file)
@@ -2,14 +2,14 @@ set -i
 
 # create a raid1 array, let it sync, then re-assemble with a force-sync
 
-$mdadm -CR $md0 -l1 -n2 $dev0 $dev1 
-$check wait
-$mdadm -S $md0
+mdadm -CR $md0 -l1 -n2 $dev0 $dev1 
+check wait
+mdadm -S $md0
 
-$mdadm -A $md0 $dev0 $dev1 
-$check nosync
-$mdadm -S $md0
+mdadm -A $md0 $dev0 $dev1 
+check nosync
+mdadm -S $md0
 
-$mdadm -A $md0 -U resync $dev0 $dev1 
-$check resync
-$mdadm -S $md0
+mdadm -A $md0 -U resync $dev0 $dev1 
+check resync
+mdadm -S $md0