From 40f58119d52082bc216795d142823bd63d5deffb Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 1 Sep 2010 18:52:25 +0200 Subject: [PATCH] RAID.tst: only check RAID on Linux when /proc/md is readable --- client/lib/tests/RAID.tst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/tests/RAID.tst b/client/lib/tests/RAID.tst index 3ce95d9..8b537e5 100644 --- a/client/lib/tests/RAID.tst +++ b/client/lib/tests/RAID.tst @@ -21,7 +21,7 @@ if [ `uname` = "Darwin" ]; then fi fi rm -f "$tmp" -elif [ `uname` = "Linux" ]; then +elif [ `uname` = "Linux" -a -r /proc/mdstat ]; then status=$(cat /proc/mdstat | grep -E "(^md|^ [0-9])" | while read info1; do read info2 dev=`echo $info1 | cut -d' ' -f1` -- 2.39.2