tests: for compare_(), use cmp -s where available
commitf0d963da29d984b746bc94db47be70afd61131a2
authorPádraig Brady <P@draigBrady.com>
Wed, 25 Nov 2015 14:26:59 +0000 (25 14:26 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 25 Nov 2015 15:12:37 +0000 (25 15:12 +0000)
treea91f6fbdd5e18a2c91c490b3f5095311244b6b14
parent34f20fcc4a0abeef93bcc5995f2e083f1cf93c0f
tests: for compare_(), use cmp -s where available

* tests/init.sh (compare_): Only fall back to cmp without
the POSIX defined -s option, where this is not available.
tests/init.sh