summaryrefslogtreecommitdiff
path: root/t/maintscript
diff options
context:
space:
mode:
Diffstat (limited to 't/maintscript')
-rw-r--r--t/maintscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/maintscript b/t/maintscript
index bf15d445..a07ae3e4 100644
--- a/t/maintscript
+++ b/t/maintscript
@@ -17,3 +17,9 @@ for my $script (qw{postinst preinst prerm postrm}) {
ok(grep { m{^dpkg-maintscript-helper mv_conffile /etc/2 /etc/3 1\.0-1 -- "\$\@"$} } @output);
}
system("rm -rf t/tmp");
+
+# Local Variables:
+# indent-tabs-mode: t
+# tab-width: 4
+# cperl-indent-level: 4
+# End: