kernel32/test: Fix sporadic process test failure.
In attribute list test:
- current test tries to ensure that a handle, valid in process' parent, hasn't been inherited
- but nothing guarantees that a valid handle isn't present in child process with same value
- so harden test to verify that the handle isn't the parent's pipe handle
Signed-off-by: Eric Pouech eric.pouech@gmail.com