$OpenBSD$

Index: dddmp/exp/test3.sh.in
--- dddmp/exp/test3.sh.in.orig
+++ dddmp/exp/test3.sh.in
@@ -69,11 +69,11 @@ quit
 END
 test $? != 1 && exitval=1
 echo "----------------------------- ... RESULTS ... -----------------------------"
-diff --strip-trailing-cr --brief ${where}/0or1.bdd ${dest}/0or1.bdd.tmp
+gdiff --strip-trailing-cr --brief ${where}/0or1.bdd ${dest}/0or1.bdd.tmp
 test $? != 0 && exitval=1
-diff --strip-trailing-cr --brief ${where}/2and3.bdd ${dest}/2and3.bdd.tmp
+gdiff --strip-trailing-cr --brief ${where}/2and3.bdd ${dest}/2and3.bdd.tmp
 test $? != 0 && exitval=1
-diff --strip-trailing-cr --brief ${where}/4xor5.bdd ${dest}/4xor5.bdd.tmp
+gdiff --strip-trailing-cr --brief ${where}/4xor5.bdd ${dest}/4xor5.bdd.tmp
 test $? != 0 && exitval=1
 echo "-------------------------------- ... END ----------------------------------"
 rm -f ${dest}/0or1.bdd.tmp ${dest}/2and3.bdd.tmp ${dest}/4xor5.bdd.tmp
