summaryrefslogtreecommitdiff
path: root/morphlib/bins_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/bins_tests.py')
-rw-r--r--morphlib/bins_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/bins_tests.py b/morphlib/bins_tests.py
index 544e9013..2333bedc 100644
--- a/morphlib/bins_tests.py
+++ b/morphlib/bins_tests.py
@@ -56,7 +56,7 @@ class BinsTest(unittest.TestCase):
if stat.S_ISDIR(st.st_mode):
return (st.st_mode, 0, 0)
else:
- return (st.st_mode, st.st_size, st.st_mtime)
+ return (st.st_mode, st.st_size, 0)
result = []