diff options
Diffstat (limited to 'test/packaging/rpm/cleanup.py')
-rw-r--r-- | test/packaging/rpm/cleanup.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packaging/rpm/cleanup.py b/test/packaging/rpm/cleanup.py index 11f6645..7ae5473 100644 --- a/test/packaging/rpm/cleanup.py +++ b/test/packaging/rpm/cleanup.py @@ -105,3 +105,9 @@ test.must_not_exist( 'foo-1.2.3/src/main.c' ) test.must_not_exist( 'bin/main' ) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |