From: Ivana Hutarova Varekova Date: Thu, 21 Apr 2011 09:54:03 +0000 (+0200) Subject: cgconfigparser_simple test: remove duplicate output message X-Git-Tag: v0.38~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b6c3c27f52ce2cc1823006b296696b363ea8eea;p=thirdparty%2Flibcgroup.git cgconfigparser_simple test: remove duplicate output message remove duplicate output in cgconfigparser_simple test CHANGELOG: remove unnecessary print - thanks Jan Signed-off-by: Ivana Hutarova Varekova Signed-off-by: Jan Safranek --- diff --git a/tests/tools/cgconfigparser/cgconfigparser_simple b/tests/tools/cgconfigparser/cgconfigparser_simple index 93cefdb8..5dbe005c 100755 --- a/tests/tools/cgconfigparser/cgconfigparser_simple +++ b/tests/tools/cgconfigparser/cgconfigparser_simple @@ -19,6 +19,5 @@ if [ "$lss_o1" != "$lss_o2" ]; then echo "ERROR: first lss ouptput:'$lss_o1', second lss output:'$lss_o2'" fi -echo "PASS: cgconfigparser_simple" cleanup exit 0