summaryrefslogtreecommitdiffstats
path: root/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py')
-rw-r--r--tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py b/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
index 8e060271d..30ac9eefb 100644
--- a/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
+++ b/tests/functional/fuse_subdir/test_fusesubdir_with_removebrick.py
@@ -220,7 +220,7 @@ class SubdirWithRemoveBrick(GlusterBaseClass):
ret, _, _ = umount_volume(client, self.mpoint,
self.mount_type)
if ret != 0:
- raise ExecutionError("Unmounting the moint point %s failed"
+ raise ExecutionError("Unmounting the mount point %s failed"
% self.mpoint)
g.log.info("Unmount Volume Successful")
cmd = ("rm -rf %s") % self.mpoint