summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-03-01 09:22:56 -0800
committerLee Duncan <lduncan@suse.com>2022-03-01 10:53:53 -0800
commit5a0be19ddd06c565e33643caa30391045610ec19 (patch)
tree23c7d43951373b04c64c8c486e97fb6e785f022a /test
parent16d4ab005ad55242b19cd1ebef92f82a61ad27db (diff)
downloadopen-iscsi-5a0be19ddd06c565e33643caa30391045610ec19.tar.gz
test: fix message mispelling of "umount"
Diffstat (limited to 'test')
-rw-r--r--test/harness/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/harness/util.py b/test/harness/util.py
index 512b92d..d7c64a2 100644
--- a/test/harness/util.py
+++ b/test/harness/util.py
@@ -408,7 +408,7 @@ def run_bonnie():
return (res, '%s: umount failed (%d)' % (tmp_dir, res))
Global.bonnie_time += (te - ts)
# unmount the device and remove the temp dir
- vprint('Running "unmount" to unmount the filesystem')
+ vprint('Running "umount" to unmount the filesystem')
res = run_cmd(['umount', tmp_dir])
if res != 0:
return (res, '%s: umount failed (%d)' % (tmp_dir, res))