Commit Diff
--- 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...