summaryrefslogtreecommitdiff
path: root/t/dh_installsystemd
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-10-08 15:01:23 +0000
committerNiels Thykier <niels@thykier.net>2017-10-13 18:08:29 +0000
commitdbd3ca6bd50c73d872f33838091cb5e77e94ccde (patch)
treef3076eafe1583e4fa85196e8dacdb2210522bf3c /t/dh_installsystemd
parent5345f6e92a5529dcaf68919cd0a41aefd1b330c6 (diff)
downloaddebhelper-dbd3ca6bd50c73d872f33838091cb5e77e94ccde.tar.gz
t: Correct dh_installsystemd test
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 't/dh_installsystemd')
-rwxr-xr-xt/dh_installsystemd/dh_installsystemd.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dh_installsystemd/dh_installsystemd.t b/t/dh_installsystemd/dh_installsystemd.t
index ffe58257..6ea34a79 100755
--- a/t/dh_installsystemd/dh_installsystemd.t
+++ b/t/dh_installsystemd/dh_installsystemd.t
@@ -52,7 +52,7 @@ each_compat_from_and_above_subtest(11, sub {
unit_is_enabled('foo', 'foo', 1);
unit_is_started('foo', 'foo', 1);
unit_is_enabled('foo', 'foo2', 0);
- unit_is_started('foo', 'foo2', 1);
+ unit_is_started('foo', 'foo2', 0);
ok(run_dh_tool('dh_clean'));
make_path('debian/foo/lib/systemd/system/');