summaryrefslogtreecommitdiffstats
path: root/test/Errors/execute-a-directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Errors/execute-a-directory.py')
-rw-r--r--test/Errors/execute-a-directory.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Errors/execute-a-directory.py b/test/Errors/execute-a-directory.py
index a13b4e0..e02dcb0 100644
--- a/test/Errors/execute-a-directory.py
+++ b/test/Errors/execute-a-directory.py
@@ -102,3 +102,9 @@ else:
test.must_contain_any_line(test.stderr(), errs)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: