summaryrefslogtreecommitdiff
path: root/tests/t4_fuse.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t4_fuse.py')
-rw-r--r--tests/t4_fuse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t4_fuse.py b/tests/t4_fuse.py
index acbe926..4f4a4bd 100644
--- a/tests/t4_fuse.py
+++ b/tests/t4_fuse.py
@@ -160,7 +160,7 @@ class fuse_tests(TestCase):
# We need this to test multi block operations
self.src = __file__
if os.path.getsize(self.src) < 1048:
- raise RuntimeError("test file %s should be bigger than 1 kb" % self.src)
+ raise RuntimeError("test file %s should be bigger than 1 KiB" % self.src)
self.mnt_dir = tempfile.mkdtemp()
self.cache_dir = tempfile.mkdtemp()