genericopenlibs/cstdlib/TSTLIB/t_waitpid_launch.cpp
changeset 68 ff3fc7722556
parent 0 e4d67989cc36
--- a/genericopenlibs/cstdlib/TSTLIB/t_waitpid_launch.cpp	Fri Sep 17 08:38:54 2010 +0300
+++ b/genericopenlibs/cstdlib/TSTLIB/t_waitpid_launch.cpp	Mon Oct 04 02:56:42 2010 +0300
@@ -44,6 +44,10 @@
 	TInt err=me.Create(_L("T_WAITPID"),_L(""));
 	if (err==KErrNotFound)
 		err=me.Create(_L("z:\\test\\T_WAITPID"),_L(""));
+	if (err==KErrNotFound)
+		err=me.Create(_L("c:\\test\\T_WAITPID"),_L(""));
+	if (err==KErrNotFound)
+		err=me.Create(_L("c:\\sys\\bin\\T_WAITPID"),_L(""));
 	test(err==KErrNone);
 
 	//Checking that the child proces T_WAITPID executes properly with no panic