From db48e640d4e7df1fa497e0e0ead75911f92b730c Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Apr 18 2012 22:12:04 +0000 Subject: Add service status test --- diff --git a/tests/p_initscripts/initscripts_centos_brand_rcsysinit b/tests/p_initscripts/initscripts_centos_brand_rcsysinit deleted file mode 100755 index 090a7b1..0000000 --- a/tests/p_initscripts/initscripts_centos_brand_rcsysinit +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# Author: Athmane Madjoudj - -t_Log "Running $0 - initscripts CentOS branding " - -if (t_GetPkgRel basesystem | grep -q el6) -then - t_Log "Test not required for CentOS 6.x" - exit 0 -else - grep "CentOS" /etc/rc.sysinit > /dev/null 2>&1 -fi - -t_CheckExitStatus $?