diff -r a117ad66e027 -r ff3fc7722556 genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP --- a/genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP Fri Sep 17 08:38:54 2010 +0300 +++ b/genericopenlibs/cstdlib/TSTLIB/T_UCRT0P1.CPP Mon Oct 04 02:56:42 2010 +0300 @@ -43,6 +43,10 @@ TInt err=me.Create(_L("T_UCRT0P2"),arguments); if (err==KErrNotFound) err=me.Create(_L("z:\\test\\T_UCRT0P2"),arguments); + if (err==KErrNotFound) + err=me.Create(_L("c:\\test\\T_UCRT0P2"),arguments); + if (err==KErrNotFound) + err=me.Create(_L("z:\\sys\\bin\\T_UCRT0P2"),arguments); test(err==KErrNone); //Checking that the child proces T_UCRT0P2 executes properly with no panic