Skip to content

Commit

Permalink
Issue #245 update volume mount test for updated centOS tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar authored and LalatenduMohanty committed May 28, 2018
1 parent 605c1b0 commit 4097c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function verify_nfs_installation() {

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

Expand Down

0 comments on commit 4097c53

Please sign in to comment.