diff options
author | Guillem Jover <guillem@debian.org> | 2013-01-06 03:52:57 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-04-19 05:34:04 +0200 |
commit | b8ef2f3fa68047c0f1f98a03070af65302cb5732 (patch) | |
tree | 59b80e21a1ee14af2cf1ceef852e29edc18a66ae /src/t | |
parent | f5dd92244136d1f49bde1fdecf3e45aab328aea5 (diff) | |
download | dpkg-b8ef2f3fa68047c0f1f98a03070af65302cb5732.tar.gz |
test: Add a correct shebang to all test scripts
This marks all these files as script files, so that tools like
perlcritic do not misrecognize them as modules.
Diffstat (limited to 'src/t')
-rw-r--r-- | src/t/100_dpkg_divert.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/t/100_dpkg_divert.t b/src/t/100_dpkg_divert.t index 572b06238..0ea6fdb5c 100644 --- a/src/t/100_dpkg_divert.t +++ b/src/t/100_dpkg_divert.t @@ -1,3 +1,4 @@ +#!/usr/bin/perl # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |