From 727559dd680ebee9b16bbdde13dcca3726541ffa Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 09 2012 20:46:17 +0000 Subject: changed wording in test - C5 is skipped --- diff --git a/tests/p_amanda/amanda-server_test.sh b/tests/p_amanda/amanda-server_test.sh index 522a735..5c90944 100755 --- a/tests/p_amanda/amanda-server_test.sh +++ b/tests/p_amanda/amanda-server_test.sh @@ -4,7 +4,7 @@ t_Log "Running $0 - amanda server runs a simple task (backing up /etc)" if (t_GetPkgRel basesystem | grep -q el5) then - t_Log "This appears to be a C5 system. This test does not yet work on C5. Skipping." + t_Log "This is a C5 system. Skipping." t_CheckExitStatus 0 exit $PASS fi