History log of /openbsd-src/regress/usr.bin/diff/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# babcc32b 06-Jul-2017 bluhm <bluhm@openbsd.org>

Delete variable REGRESS_TARGET, missing plural S is a typo and it
is not used. Convert tests into a common style.
OK anton@


# 887303fe 27-Aug-2014 kspillner <kspillner@openbsd.org>

Add regression tests for diff -uw issue reported by guenther@. Ensure the
'+' and '-' always appear in the first column of a newline in diff -uw
output, even when one file doesn't end with a newline

Add regression tests for diff -uw issue reported by guenther@. Ensure the
'+' and '-' always appear in the first column of a newline in diff -uw
output, even when one file doesn't end with a newline and the other file
contains additional lines.

ok guenther@

show more ...


# f18483fb 16-Jul-2010 ray <ray@openbsd.org>

revisison -> revision


# cd68dbec 10-Aug-2003 otto <otto@openbsd.org>

Skip t12 for ed(1) style patches, including cleanup.

ok millert@


# 3721f36a 22-Jul-2003 millert <millert@openbsd.org>

Allow user to override default version of patch used; otto@ OK


# e35ef852 22-Jul-2003 otto <otto@openbsd.org>

Also test ed(1) style patches.
ok millert@


# a5e94ad9 21-Jul-2003 otto <otto@openbsd.org>

Two new regressions. t12 fails currently.
ok millert@


# bad3ecd0 17-Jul-2003 otto <otto@openbsd.org>

A set of regressions to test diff(1).

Currently standard, context and unified diffs are tested by diffing
two files and then applying the patch on a copy of the first file
using patch(1). Next, the

A set of regressions to test diff(1).

Currently standard, context and unified diffs are tested by diffing
two files and then applying the patch on a copy of the first file
using patch(1). Next, the result is compared with the original
first file using cmp(1).

ok millert@ tedu@

show more ...