summaryrefslogtreecommitdiffstats
path: root/tools/test/sort/regression/cmp.sh
blob: 44c406a3dc6500447e122414a21358256f0c6c58 (plain)
1
2
3
4
#!/bin/sh
# $FreeBSD$

diff $1 $2 | grep '^-' >/dev/null && echo DIFFER: $1 $2 && exit 0 || exit 0
OpenPOWER on IntegriCloud