Closed coolbrg closed 6 years ago
The delete test case is having unnecessary code
$BINARY delete --force exit_with_message "$?" "Error deleting Minishift VM" output=`$BINARY status` if [ "$1" != "$2" ]; then echo "Expected '$1' equal to '$2'" exit 1 fi print_success_message "Deleting VM"
The checking of status is unwanted and if condition is also wrong(bad copy paste).
Resolved via https://github.com/minishift/minishift-centos-iso/pull/175
The delete test case is having unnecessary code
The checking of status is unwanted and if condition is also wrong(bad copy paste).