Fix --no-error in test script

b8e91a32cd was applied incorrectly.
It changed the name of the variable set when specifying --no-error,
without changing the places checking it.

Set it back as it was to make --no-error work correctly again.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Jes Sorensen 2012-05-29 15:17:54 +02:00 committed by NeilBrown
parent e199302399
commit fc092254a1
1 changed files with 1 additions and 1 deletions

2
test
View File

@ -284,7 +284,7 @@ parse_args() {
fi
;;
--no-error)
exit_on_error=0
exitonerror=0
;;
--disable-multipath)
unset MULTIPATH