From 576854fc7b9ed01c8645cc797681cfb219fc4e34 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 24 Feb 2017 13:40:29 +0100 Subject: [PATCH] tests: Make python mtime test modified file same size This doesn't really affect the current test, but it makes a difference for using python3 which also stores the size in the cache. --- tests/importme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/importme.py b/tests/importme.py index a6f4d896..27c7815e 100644 --- a/tests/importme.py +++ b/tests/importme.py @@ -1,2 +1,2 @@ import sys -foo = "first" +foo = "first "