p4raw-id: //depot/perl@27662
}
}
require './test.pl';
- plan (7);
+ plan (8);
}
sub fork_and_retrieve {
my $first = fork_and_retrieve("first");
my $second = fork_and_retrieve("second");
is ($first, $second, "Both orphaned grandchildren get the same new parent");
+isnt ($first, $$, "And that new parent isn't this process");