#!/usr/bin/perl
use strict;
use warnings;
use Test::More tests => 1;

my $presubj = 'debian/dh-runit-test/usr/share/bug/dh-runit-test/presubj';
ok(-f $presubj, "presubj file is correctly created");
