summaryrefslogtreecommitdiffstats
path: root/test/packaging/msi/explicit-target.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/packaging/msi/explicit-target.py')
-rw-r--r--test/packaging/msi/explicit-target.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packaging/msi/explicit-target.py b/test/packaging/msi/explicit-target.py
index e7b0c2d..bc786ee 100644
--- a/test/packaging/msi/explicit-target.py
+++ b/test/packaging/msi/explicit-target.py
@@ -89,3 +89,9 @@ test.fail_test( not Package.attributes['Description'].value == 'balalalalal' )
test.fail_test( not Package.attributes['Comments'].value == 'this should be reallly really long' )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: