summaryrefslogtreecommitdiff
path: root/t/928935.t
diff options
context:
space:
mode:
Diffstat (limited to 't/928935.t')
-rw-r--r--t/928935.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/928935.t b/t/928935.t
new file mode 100644
index 0000000..e31756b
--- /dev/null
+++ b/t/928935.t
@@ -0,0 +1,10 @@
1#!/usr/bin/perl
2use strict;
3use warnings;
4use Test::More tests => 2;
5use T;
6
7system_ok('dh_runit', 'debian/test.runscript', 'name=test,noreplace');
8
9my $noreplace = 'debian/dh-runit-test/var/lib/runit/noreplace/test';
10ok(-f $noreplace, 'noreplace file correctly created');