#!/usr/bin/perl use strict; use warnings; use Test::More tests => 2; use T; system_ok('dh_runit', 'debian/test.runscript', 'name=test,noreplace'); my $noreplace = 'debian/dh-runit-test/usr/share/runit/meta/test/noreplace'; ok(-f $noreplace, 'noreplace file correctly created');