We have a system that has some bash scripts running besides Java code. Since we are trying to "Test Everything That Could Possibly Break" and those bash scripts may break, we want to test them. The problem is it is hard to test the scripts.
Is there a way or a best practice to test bash scripts? Or should we quit using bash scripts and look for alternative solutions that are testable?