summaryrefslogtreecommitdiff
diff options
-rwxr-xr-xbin/storage_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/storage_test.py b/bin/storage_test.py
index 1481a0d..9efe41f 100755
--- a/bin/storage_test.py
+++ b/bin/storage_test.py
@@ -45,7 +45,7 @@ def mount(source, target):
def unmount(target):
- cmd = 'unmount {}'.format(target)
+ cmd = 'umount {}'.format(target)
print('+', cmd, flush=True)
sp.check_call(cmd, shell=True)