[Pkg-nagios-changes] [pkg-mod-gearman] 01/01: Use full path to "service"
Stig Sandbeck Mathisen
ssm at debian.org
Mon Jun 30 07:39:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository pkg-mod-gearman.
commit 9873aa20d8b500f75c4016f4b14e0b6432104b24
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Mon Jun 30 09:37:46 2014 +0200
Use full path to "service"
The tests run as a non-root user, who may not have /usr/sbin in their
path.
Closes: #751602
---
debian/tests/01.mod-gearman-worker.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/01.mod-gearman-worker.t b/debian/tests/01.mod-gearman-worker.t
index 795fbd3..139465b 100644
--- a/debian/tests/01.mod-gearman-worker.t
+++ b/debian/tests/01.mod-gearman-worker.t
@@ -5,7 +5,7 @@ test_description="Check that the gearman-job-server starts"
. ./sharness.sh
test_expect_success "service status" "
- service mod-gearman-worker status
+ /usr/sbin/service mod-gearman-worker status
"
test_expect_success "process running" "
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-mod-gearman
More information about the Pkg-nagios-changes
mailing list