summaryrefslogtreecommitdiffstats
path: root/test/option/md5-chunksize.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/md5-chunksize.py')
-rw-r--r--test/option/md5-chunksize.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/md5-chunksize.py b/test/option/md5-chunksize.py
index 8c29480..43faf93 100644
--- a/test/option/md5-chunksize.py
+++ b/test/option/md5-chunksize.py
@@ -119,3 +119,9 @@ env.Command('test.stat', 'test.big', Action(get_stat))
test2.run(arguments='--md5-chunksize=128', stdout=expected_stdout, stderr='')
test2.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: