summaryrefslogtreecommitdiffstats
path: root/test/CacheDir/symlink.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CacheDir/symlink.py')
-rw-r--r--test/CacheDir/symlink.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CacheDir/symlink.py b/test/CacheDir/symlink.py
index 3bc8ec1..ca3bbe2 100644
--- a/test/CacheDir/symlink.py
+++ b/test/CacheDir/symlink.py
@@ -65,3 +65,9 @@ test.fail_test(not os.path.islink('file.symlink'))
test.must_match('file.symlink', "file.txt\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: