From 3ee80c1f56a530d8275152d4904ab85a486209e6 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Dec 30 2013 17:56:55 +0000 Subject: Merge commit 'refs/merge-requests/50' of git://gitorious.org/testautomation/t_functional into merge-requests/50 --- diff --git a/tests/p_chkconfig/chkconfig_list_services.sh b/tests/p_chkconfig/chkconfig_list_services.sh index 895fdb8..7d4716e 100755 --- a/tests/p_chkconfig/chkconfig_list_services.sh +++ b/tests/p_chkconfig/chkconfig_list_services.sh @@ -1,10 +1,12 @@ #!/bin/bash # Author: Athmane Madjoudj +# Rene Diepstraten t_Log "Running $0 - check if chkconfig can list a service status" -# auditd is used as example because it's standard with minimal install -chkconfig --list auditd | grep -q '3:on' +# network is used as example because it's standard with minimal install + +chkconfig --list network | grep -q '3:on' t_CheckExitStatus $?