[debhelper-devel] [debhelper] 12/21: t: Correct dh_installsystemd test

Niels Thykier nthykier at moszumanska.debian.org
Fri Oct 13 18:27:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit dbd3ca6bd50c73d872f33838091cb5e77e94ccde
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Oct 8 15:01:23 2017 +0000

    t: Correct dh_installsystemd test
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 t/dh_installsystemd/dh_installsystemd.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/dh_installsystemd/dh_installsystemd.t b/t/dh_installsystemd/dh_installsystemd.t
index ffe5825..6ea34a7 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/');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list