From 64793e748cfa3a3d753631a13b6ef212cd645358 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 7 Feb 2020 10:17:13 +0000 Subject: diff: implement -y (--side-by-side) along with -W and --suppress-common-lines PR: 219933 Submitted by: fehmi noyan isi MFC after: 3 weeks --- usr.bin/diff/tests/diff_test.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/diff/tests/diff_test.sh') diff --git a/usr.bin/diff/tests/diff_test.sh b/usr.bin/diff/tests/diff_test.sh index 01942192e504..ba38befeccb8 100755 --- a/usr.bin/diff/tests/diff_test.sh +++ b/usr.bin/diff/tests/diff_test.sh @@ -103,8 +103,6 @@ group_format_body() side_by_side_body() { - atf_expect_fail "--side-by-side not currently implemented (bug # 219933)" - atf_check -o save:A printf "A\nB\nC\n" atf_check -o save:B printf "D\nB\nE\n" -- cgit v1.2.3