[PATCH] Remove pidns14 test case reference pidns14 test case is removed in the July 2009 LTP release. So remove the reference to pidns14 test case in the runpidnstest.sh script.
Signed-off-by: M. Mohan Kumar <[email protected]> --- testcases/kernel/containers/pidns/runpidnstest.sh | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/testcases/kernel/containers/pidns/runpidnstest.sh b/testcases/kernel/containers/pidns/runpidnstest.sh index 12d3b34..03fed38 100644 --- a/testcases/kernel/containers/pidns/runpidnstest.sh +++ b/testcases/kernel/containers/pidns/runpidnstest.sh @@ -85,12 +85,6 @@ if [ $rc -ne 0 ] && [ -z $err_code ]; then err_code=$rc fi -pidns14 -rc=$? -if [ $rc -ne 0 ] && [ -z $err_code ]; then - err_code=$rc -fi - pidns16 rc=$? if [ $rc -ne 0 ] && [ -z $err_code ]; then -- 1.6.2.5 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
