summaryrefslogtreecommitdiffstats
path: root/test/Actions/append.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Actions/append.py')
-rw-r--r--test/Actions/append.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Actions/append.py b/test/Actions/append.py
index 4b13107..f617280 100644
--- a/test/Actions/append.py
+++ b/test/Actions/append.py
@@ -81,3 +81,9 @@ test.fail_test(open('before.txt', 'rb').read() != "Bar\n")
os.chmod(after_exe, os.stat(after_exe)[stat.ST_MODE] | stat.S_IXUSR)
test.run(program=after_exe, stdout="Foo\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: