Why timeout works differently when executed from terminal vs from a shell script file
I wanted to implement a unit testing shell script file that runs a command, compares the expected and actual output, and also add timeout constraints.
I wanted to implement a unit testing shell script file that runs a command, compares the expected and actual output, and also add timeout constraints.