$OpenBSD$

Index: dddmp/exp/test5.sh.in
--- dddmp/exp/test5.sh.in.orig
+++ dddmp/exp/test5.sh.in
@@ -43,9 +43,9 @@ quit
 END1
 test $? != 1 && exitval=1
 echo "----------------------------- ... RESULTS ... -----------------------------"
-diff --strip-trailing-cr --brief ${where}/0.add ${dest}/0.add.tmp
+gdiff --strip-trailing-cr --brief ${where}/0.add ${dest}/0.add.tmp
 test $? != 0 && exitval=1
-diff --strip-trailing-cr --brief ${where}/1.add ${dest}/1.add.tmp
+gdiff --strip-trailing-cr --brief ${where}/1.add ${dest}/1.add.tmp
 test $? != 0 && exitval=1
 echo "-------------------------------- ... END ----------------------------------"
 rm -f ${dest}/0.add.tmp ${dest}/1.add.tmp
