commit 9bf4a819c3a1cbd7d7962bf061cd2456660cd726 from: Omar Polo date: Wed Aug 03 07:08:26 2022 UTC regress: look for the diff prog also inside obj/ ok stsp@ commit - 405e89a6da28edc7555666affbad86a823e2c460 commit + 9bf4a819c3a1cbd7d7962bf061cd2456660cd726 blob - d8d3aa95464f45b8a21779276ef6a7de72e4c09f blob + 910c56756bcdbce467444a7e6780b8f664fcc598 --- test/verify_all.sh +++ test/verify_all.sh @@ -1,6 +1,9 @@ #!/bin/sh -diff_prog="../diff/diff" +diff_prog="../diff/obj/diff" +if [ ! -x $diff_prog ]; then + diff_prog="../diff/diff" +fi # At present, test015 only passes with GNU patch. # Larry's patch has a bug with empty files in combination with -R...