diff options
Diffstat (limited to 'test/packaging/convenience-functions.py')
-rw-r--r-- | test/packaging/convenience-functions.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packaging/convenience-functions.py b/test/packaging/convenience-functions.py index 6eae270..9554383 100644 --- a/test/packaging/convenience-functions.py +++ b/test/packaging/convenience-functions.py @@ -74,3 +74,9 @@ expected = test.wrap_stdout(read_str = expect_read, build_str = expect_build) test.run(stdout=expected) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |