diff options
Diffstat (limited to 'test/option/h.py')
-rw-r--r-- | test/option/h.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/h.py b/test/option/h.py index f921333..adcec3a 100644 --- a/test/option/h.py +++ b/test/option/h.py @@ -55,3 +55,9 @@ test.run(arguments = '-D -h') test.must_contain_all_lines(test.stdout(), ['-h, --help']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |