From: Ivana Hutarova Varekova Date: Sat, 19 May 2012 19:34:01 +0000 (+0200) Subject: testsuite: fix cgclear call in testenv.sh II X-Git-Tag: v0.41~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1266bf7edb2df3db9d685371fe3e0782230aa73;p=thirdparty%2Flibcgroup.git testsuite: fix cgclear call in testenv.sh II This patch fixes cgclear call in testenv.sh In the previous version there is missing the patch. Signed-off-by: Ivana Hutarova Varekova Acked-by: Dhaval Giani --- diff --git a/tests/tools/testenv.sh.in b/tests/tools/testenv.sh.in index 6c2e33d2..2b3eca1b 100644 --- a/tests/tools/testenv.sh.in +++ b/tests/tools/testenv.sh.in @@ -21,7 +21,7 @@ function die() { echo $* - cgclear + @abs_top_srcdir@/libtool --mode=execute @abs_top_srcdir@/src/tools/cgclear if [ -e $TMP/cgrules-backup.conf ]; then mv $TMP/cgrules-backup.conf /etc/cgrules.conf &>/dev/null else