diff options
Diffstat (limited to 'test/Actions/addpost-link.py')
-rw-r--r-- | test/Actions/addpost-link.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Actions/addpost-link.py b/test/Actions/addpost-link.py index 7721fde..0a94c7d 100644 --- a/test/Actions/addpost-link.py +++ b/test/Actions/addpost-link.py @@ -88,3 +88,9 @@ expect = 'strip.py: %s' % test.workpath('test1.exe') test.must_contain_all_lines(test.stdout(), [expect]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |