Skip to content

Commit

Permalink
Fix comment wording
Browse files Browse the repository at this point in the history
Signed-off-by: Ruediger Pluem <ruediger.pluem@vodafone.com>
  • Loading branch information
rpluem-vf committed Jun 5, 2023
1 parent 99726a5 commit 66c149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/mounts_sshfs.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function setup() {
}

function teardown() {
# New distros (Fedora 35) do not have fusermount installed
# Some distros do not have fusermount installed
# as a dependency of fuse-sshfs, and good ol' umount works.
fusermount -u "$DIR" || umount "$DIR"

Expand Down

0 comments on commit 66c149e

Please sign in to comment.