Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: minishift/minishift-fedora-iso
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d9da7b970e3c50b0c8c4d2c4339f44d16afe9001
Choose a base ref
..
head repository: minishift/minishift-fedora-iso
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 296a1684765cc137d29bc6fb33847b3f37d44388
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/test.sh
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ function verify_nfs_installation() {

function verify_bind_mount() {
output=`$BINARY ssh -- 'findmnt | grep "\[/var/lib/" | wc -l'`
assert_equal $output "11"
assert_equal $output "10"
print_success_message "Bind mount check"
}