On Sun, Mar 24, 2019 at 1:34 AM Christian Couder <christian.couder@xxxxxxxxx> wrote: > > To save some work by people who could help you, it might be a good > idea to show the output of the failing test, for example the output of > `./t4034-diff-words.sh -i -v` or `./t4034-diff-words.sh -i -v -x`. Looks like i just needed to know about -i, -v and -x switches, they helped in debugging. The problem was with the expect file. It is resolved now. Thanks, will be resubmitting with updated expect file. is the parser used to parse the expect file specific to git ? or is it some general one ?