diff --git a/tests/test_partitions.py b/tests/test_partitions.py
index 9bd4306dc50a409f5bbe5def2263f772daca2e28..f842f3f068ce3b09dfbe1a1bade1584a0875c40a 100755
--- a/tests/test_partitions.py
+++ b/tests/test_partitions.py
@@ -122,7 +122,7 @@ def check_path(p):
                 print('Partition of %s has less than %s GB available %s(%s GB available)%s.' % (name, min_available_gbytes, RED, available, DEF))
                 error = True
             else:
-                print('Partition of %s is OK (%s GB available).' % (name, available))
+                print('Partition of %s has %s GB available.' % (name, available))
         else:
             print('%s not found, cannot check.' % mount_point)
     elif p.get('type') == 'swap':