summaryrefslogtreecommitdiff
path: root/app-forensics/radamsa/files/radamsa-0.7-no-which.patch
blob: 6a6d04a9c806a898497c7bd1acaa3063b604ce8b (plain)
1
2
3
4
5
6
7
8
9
10
--- a/tests/uniq.sh
+++ b/tests/uniq.sh
@@ -2,6 +2,6 @@
 
 set -e
 echo "HAL 9000" | $@ -o tmp/uniq-%n -n 100 -p od -m num 
-md5cmd=$(test -x "$(which md5)" && echo "md5 -r" || echo "md5sum")
+md5cmd=md5sum
 test 0 = $($md5cmd tmp/uniq-* | sed -e 's/ .*//' | sort | uniq -c | grep -v " 1 " | wc -l)
 rm tmp/uniq-*