summaryrefslogtreecommitdiffstats
path: root/test/packaging/ipkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/packaging/ipkg.py')
-rw-r--r--test/packaging/ipkg.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packaging/ipkg.py b/test/packaging/ipkg.py
index 62ce628..08889a9 100644
--- a/test/packaging/ipkg.py
+++ b/test/packaging/ipkg.py
@@ -127,3 +127,9 @@ test.run(arguments='', stderr = None)
test.must_exist( 'foo_0.0_arm.ipk' )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: