summaryrefslogtreecommitdiffstats
path: root/test/TAR/TAR.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TAR/TAR.py')
-rw-r--r--test/TAR/TAR.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/TAR/TAR.py b/test/TAR/TAR.py
index 8a9a197..f56a5e9 100644
--- a/test/TAR/TAR.py
+++ b/test/TAR/TAR.py
@@ -161,3 +161,9 @@ f5.Tar(target = 'f5.tgz', source = ['file23', 'file24'])
test.fail_test(test.stdout() != "file22\nfile23\nfile24\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: