mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
diff3 with the -e (ed script flag) can generate line deletions, add support for deletions and add a test case to exercise this behaviour. This functionality was unearthed through comparison of bsd diff3 and gnu diff3 output. Reviewed by: pstef Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D34912
26 lines
282 B
Makefile
26 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= diff3_test
|
|
${PACKAGE}FILES+= \
|
|
1.txt \
|
|
1cr.txt \
|
|
2.txt \
|
|
3.txt \
|
|
long-m.txt \
|
|
long-o.txt \
|
|
long-y.txt \
|
|
1.out \
|
|
1t.out \
|
|
2.out \
|
|
3.out \
|
|
4.out \
|
|
5.out \
|
|
6.out \
|
|
7.out \
|
|
8.out \
|
|
9.out \
|
|
long-ed.out
|
|
|
|
.include <bsd.test.mk>
|