diff options
Diffstat (limited to 'test/Deprecated/Options/PackageOption.py')
-rw-r--r-- | test/Deprecated/Options/PackageOption.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Deprecated/Options/PackageOption.py b/test/Deprecated/Options/PackageOption.py index 11b8df0..bb39653 100644 --- a/test/Deprecated/Options/PackageOption.py +++ b/test/Deprecated/Options/PackageOption.py @@ -97,3 +97,9 @@ test.run(arguments='x11=/non/existing/path/', stderr=expect_stderr, status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |