From 7a5f699a88c5fc89c510854b04702c16c30ece5a Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 3 Jan 2006 20:00:06 +0100 Subject: [PATCH] Drop unneeded -b arg to cmp, which isn't available in FreeBSD's version --- src/dom/test/test-sgml-parser-basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dom/test/test-sgml-parser-basic b/src/dom/test/test-sgml-parser-basic index 89e9a2808..8305501b2 100755 --- a/src/dom/test/test-sgml-parser-basic +++ b/src/dom/test/test-sgml-parser-basic @@ -28,7 +28,7 @@ test_output_equals () { echo "#document: $URI" > expected echo "$out" | sed -n '2,$p' >> expected - test_expect_success "$desc" 'cmp -b output expected' + test_expect_success "$desc" 'cmp output expected' } test_expect_incomplete () {