summaryrefslogtreecommitdiff
path: root/t/928935.t
blob: 52774ede696c11a61c05cd1bb4ed63518f8c6c45 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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');