1Just use md5sum
2diff --git a/regtest/common.bash b/regtest/common.bash
3index ce629ff..75abe54 100644
4--- a/regtest/common.bash
5+++ b/regtest/common.bash
6@@ -33,15 +33,7 @@ TMPLOG="$LOGDIR/tmplog.txt"
7
8 UNAME="$(uname -s)"
9
10-if [ "$UNAME" = Darwin ]; then
11- MD5SUM="md5 -r"
12-else
13- MD5SUM=md5sum
14-fi
15-
16-if ! $MD5SUM $RNDSEQ >/dev/null 2>&1; then
17- MD5SUM=../simple-md5sum
18-fi
19+MD5SUM=md5sum
20
21 nbfailed=0
22