summaryrefslogtreecommitdiff
path: root/t/928935.t
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-05-14 15:41:52 +0000
committerDmitry Bogatov <KAction@debian.org>2019-05-14 15:57:15 +0000
commitcb411affcbc2eb183ee5f35e50c3863c0b94f98a (patch)
tree81ed7bee8bc1bf60a637a47b158450c6e76dbc50 /t/928935.t
parentff2177c68252c80e75c2e0fbc4d40e8193d4cb36 (diff)
Add option to mark service as non-restartable
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');