Add 'setup' option to 'test'

Signed-off-by: Neil Brown <neilb@suse.de>
This commit is contained in:
Neil Brown 2005-10-11 04:10:00 +00:00
parent 296679da5a
commit 5a6d7f456a
1 changed files with 3 additions and 0 deletions

3
test
View File

@ -57,6 +57,9 @@ done
path0=$dev6
path1=$dev7
if [ " $1" = " setup" ]
then trap 0 ; exit 0
fi
# mdadm always adds --quiet, and we want to see any unexpected messages
mdadm() {