summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/pretend-pbuilder3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pretend-pbuilder b/tests/pretend-pbuilder
index 8495a2f..1d39eb3 100755
--- a/tests/pretend-pbuilder
+++ b/tests/pretend-pbuilder
@@ -12,7 +12,8 @@ die "pbuilder: you should use me only to build, dgit"
my $debbuildopts = undef;
my $distribution = undef;
GetOptions('debbuildopts=s' => \$debbuildopts,
- 'distribution=s' => \$distribution);
+ 'distribution=s' => \$distribution)
+ or die;
# ignore user args; last argument has to be the .dsc filename
my $dsc = $ARGV[-1];