summaryrefslogtreecommitdiffstats
path: root/test/Subst
diff options
context:
space:
mode:
Diffstat (limited to 'test/Subst')
-rw-r--r--test/Subst/AllowSubstExceptions.py6
-rw-r--r--test/Subst/SyntaxError.py6
-rw-r--r--test/Subst/TypeError.py6
-rw-r--r--test/Subst/null-sources-attr.py6
4 files changed, 24 insertions, 0 deletions
diff --git a/test/Subst/AllowSubstExceptions.py b/test/Subst/AllowSubstExceptions.py
index 5709428..6401f7e 100644
--- a/test/Subst/AllowSubstExceptions.py
+++ b/test/Subst/AllowSubstExceptions.py
@@ -91,3 +91,9 @@ test.run()
#print test.stdout()
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Subst/SyntaxError.py b/test/Subst/SyntaxError.py
index b37cdf4..94be468 100644
--- a/test/Subst/SyntaxError.py
+++ b/test/Subst/SyntaxError.py
@@ -72,3 +72,9 @@ test.run(status=2, stderr=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Subst/TypeError.py b/test/Subst/TypeError.py
index d042b6d..ed000fd 100644
--- a/test/Subst/TypeError.py
+++ b/test/Subst/TypeError.py
@@ -90,3 +90,9 @@ test.run(status=2, stderr=expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Subst/null-sources-attr.py b/test/Subst/null-sources-attr.py
index ac3ffd8..64a0b5b 100644
--- a/test/Subst/null-sources-attr.py
+++ b/test/Subst/null-sources-attr.py
@@ -61,3 +61,9 @@ test.must_match('out1', "file1\nfile2\nfile3\n")
test.must_match('out2', "file1\nfile2\nfile3\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: