On Jan 4, 2010, at 3:36 PM, "Serge E. Hallyn" <[email protected]> wrote:
> Quoting Garrett Cooper ([email protected]): >> On Jan 4, 2010, at 9:16 AM, "Serge E. Hallyn" <[email protected]> >> wrote: >> >>> Signed-off-by: Serge E. Hallyn <[email protected]> >>> --- >>> testcases/kernel/security/p9auth/p9priv.sh | 2 +- >>> 1 files changed, 1 insertions(+), 1 deletions(-) >>> >>> diff --git a/testcases/kernel/security/p9auth/p9priv.sh >>> b/testcases/kernel/security/p9auth/p9priv.sh >>> index ad2eead..c1a14d0 100755 >>> --- a/testcases/kernel/security/p9auth/p9priv.sh >>> +++ b/testcases/kernel/security/p9auth/p9priv.sh >>> @@ -101,7 +101,7 @@ while [ ! -f $LTPTMP/d/childready ]; do :; done >>> touch $LTPTMP/childgo >>> while [ ! -f $LTPTMP/d/childfail -a ! -f $LTPTMP/d/childpass ]; do >>> :; done; >>> if [ -f $LTPTMP/d/childpass ]; then >>> - echo "PASS: child could setuid from wrong source uid" >>> + echo "FAIL: child could setuid from wrong source uid" >>> exit 1 >>> fi >>> echo "PASS: child couldn't setuid from wrong source uid" >>> -- >>> 1.6.1.1 >> >> Is there a reason why this isn't using tst_resm? > > No good reason Could this be converted then :)? -Garrett ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
