summaryrefslogtreecommitdiff
path: root/tests/tstunt/Dpkg/Changelog/Parse.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tstunt/Dpkg/Changelog/Parse.pm')
-rw-r--r--tests/tstunt/Dpkg/Changelog/Parse.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tstunt/Dpkg/Changelog/Parse.pm b/tests/tstunt/Dpkg/Changelog/Parse.pm
index 4d797af..677580b 100644
--- a/tests/tstunt/Dpkg/Changelog/Parse.pm
+++ b/tests/tstunt/Dpkg/Changelog/Parse.pm
@@ -33,6 +33,8 @@ use Dpkg::Control::Changelog;
use base qw(Exporter);
our @EXPORT = qw(changelog_parse);
+die +(join " ", %ENV)." ?" if $ENV{'DGIT_NO_TSTUNT_CLPARSE'};
+
sub changelog_parse {
my (%options) = @_; # ignored
@@ -47,3 +49,5 @@ sub changelog_parse {
return $fields;
}
+
+1;