summaryrefslogtreecommitdiff
path: root/t/928935.t
blob: e31756be7fef21d96c210dd2caac85375dce22f6 (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/var/lib/runit/noreplace/test';
ok(-f $noreplace, 'noreplace file correctly created');