On Tue, 2009-09-15 at 17:30 +0200, Geert Uytterhoeven wrote: > Currently the test just fails if file capabilities are not supported. > > Signed-off-by: Geert Uytterhoeven <[email protected]>
Thanks. Regards-- Subrata > --- > testcases/kernel/security/filecaps/filecapstest.sh | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/testcases/kernel/security/filecaps/filecapstest.sh > b/testcases/kernel/security/filecaps/filecapstest.sh > index 89a4ea7..c95291a 100755 > --- a/testcases/kernel/security/filecaps/filecapstest.sh > +++ b/testcases/kernel/security/filecaps/filecapstest.sh > @@ -30,7 +30,8 @@ fi > checkforfilecaps.sh > ret=$? > if [ $ret -ne 0 ]; then > - exit 1 > + echo "Filecaps 0 CONF : File capabilities not available" > + exit 0 > fi > > echo "Running in:" ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
