Date: Fri, 08 Jan 2021 17:54:55 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 252515] diff incorrectly reports files as different when with -q -w options set Message-ID: <bug-252515-227-Cy7IYFLvKU@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252515-227@https.bugs.freebsd.org/bugzilla/> References: <bug-252515-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252515 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- Interesting; GNU diff behaves as you expected: $ diff -qw a b; echo $? Files a and b differ 1 $ gdiff -qw a b; echo $? 0 That said I think the behaviour of BSD diff is more useful; in any case the= man page needs to be more clear. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252515-227-Cy7IYFLvKU>