source3/script/tests/test_smbclient_s3.sh:270:5: error: Couldn't parse
this test expression. Fix to allow more checks. [SC1073]
source3/script/tests/test_smbclient_s3.sh:270:11: error: Expected test
to end here (don't wrap commands in []/[[]]). Fix any mentioned problems
and try again. [SC1072]
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
return 1
fi
- if [ cmp $PREFIX/message_out.$$ $tmpfile != 0 ]; then
+ if cmp $PREFIX/message_out.$$ $tmpfile; then
echo "failed comparison of message from $SERVER"
return 1
fi