On running texinfo port test cases, malformed-split.sh test cases was hanging
On further analysis, found that this happens when wait is called on a PID.
Shell script was being used to run the scripts. On changing this to bash, it worked fine without hanging.
Need analysis to see why is this behavior different with bash?