summaryrefslogtreecommitdiffstats
path: root/test/Install/no-top-relative.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Install/no-top-relative.py')
-rw-r--r--test/Install/no-top-relative.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Install/no-top-relative.py b/test/Install/no-top-relative.py
index 51538ea..3eb24f7 100644
--- a/test/Install/no-top-relative.py
+++ b/test/Install/no-top-relative.py
@@ -51,3 +51,9 @@ test.run()
test.must_match(['install', '#testfile.txt#'], "test/#testfile.txt#\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: