--- cvs_ltp.orig/testcases/kernel/security/filecaps/filecapstest.sh	2008-07-11 10:27:28.000000000 -0500
+++ cvs_ltp/testcases/kernel/security/filecaps/filecapstest.sh	2008-09-27 21:29:28.000000000 -0500
@@ -22,9 +22,10 @@
 checkforlibcap
 ret=$?
 if [ $ret -ne 0 ]; then
+	echo "Filecaps 0 CONF : System doesn't support execution of the test"
 	echo setcap not installed.  Please install libcap-2.11 or newer from
 	echo ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2
-	exit 1
+	exit 0
 fi
 checkforfilecaps.sh
 ret=$?
