summaryrefslogtreecommitdiffstats
path: root/test/symlink/dangling-source.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/symlink/dangling-source.py')
-rw-r--r--test/symlink/dangling-source.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/symlink/dangling-source.py b/test/symlink/dangling-source.py
index 33ad661..b803a2e 100644
--- a/test/symlink/dangling-source.py
+++ b/test/symlink/dangling-source.py
@@ -50,3 +50,9 @@ scons: *** [file.out] Source `file.in' not found, needed by target `file.out'.
test.run(arguments = '.', status = 2, stderr = expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: