summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@debian.org>2019-05-28 04:35:57 +0000
committerDmitry Bogatov <KAction@debian.org>2019-05-28 04:36:07 +0000
commit9896a453b092edfc871450389569315ef72fd767 (patch)
treee3e6d46fcdd0e5ca7bd660847fc8cda0951cfa89 /t
parentcb411affcbc2eb183ee5f35e50c3863c0b94f98a (diff)
Change path of "noreplace" flag file
First of all, "noreplace" flag file is architecture-independent and is not meant to be edited by system administrator, so it does not belong to /var. New namings scheme provides more options for extensibility, i.e introducing more flag files. While it is definitely not good thing to have, it seems, unfortunately, necessary to support, e.g uninstalled-not-purged situation.
Diffstat (limited to 't')
-rw-r--r--t/928935.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/928935.t b/t/928935.t
index e31756b..52774ed 100644
--- a/t/928935.t
+++ b/t/928935.t
@@ -6,5 +6,5 @@ use T;
6 6
7system_ok('dh_runit', 'debian/test.runscript', 'name=test,noreplace'); 7system_ok('dh_runit', 'debian/test.runscript', 'name=test,noreplace');
8 8
9my $noreplace = 'debian/dh-runit-test/var/lib/runit/noreplace/test'; 9my $noreplace = 'debian/dh-runit-test/usr/share/runit/meta/test/noreplace';
10ok(-f $noreplace, 'noreplace file correctly created'); 10ok(-f $noreplace, 'noreplace file correctly created');