diff options
Diffstat (limited to 'tests/00raid0')
-rw-r--r-- | tests/00raid0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/00raid0 b/tests/00raid0 index 9b8896c..6407c32 100644 --- a/tests/00raid0 +++ b/tests/00raid0 @@ -16,6 +16,10 @@ check raid0 testdev $md0 5 $size 512 mdadm -S $md0 +if [ "$LINEAR" != "yes" ]; then + echo -ne 'skipping... ' + exit 0 +fi # now same again with different chunk size for chunk in 4 32 256 |