From 5a0be19ddd06c565e33643caa30391045610ec19 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Tue, 1 Mar 2022 09:22:56 -0800 Subject: test: fix message mispelling of "umount" --- test/harness/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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)) -- cgit v1.2.1