diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-08-20 18:29:38 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-08-20 18:29:38 +0000 |
commit | 57c32b30d2d1337f064c23151bdf75881ed93400 (patch) | |
tree | a0960fae4cc46cd5dae943b4759887e4d7f61dcd /regress/usr.bin | |
parent | 47a1aed65bce6275a4f05c3183bc2f98ba5eaf81 (diff) |
mention t3 fails
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/patch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/patch/Makefile b/regress/usr.bin/patch/Makefile index 2af317baefa..3fc6a9c5e1d 100644 --- a/regress/usr.bin/patch/Makefile +++ b/regress/usr.bin/patch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2004/06/20 19:25:23 otto Exp $ +# $OpenBSD: Makefile,v 1.7 2008/08/20 18:29:37 otto Exp $ PATCH=patch PATCHOPTIONS=-sN @@ -12,7 +12,7 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 # t1: diff contains invalid line number 0. # t2: diff contains invalid line numbers beyond end of input file. # t3: a case where it patch should detect a previously applied patch. -# Diff transform an empty file into a single line one. +# Diff transform an empty file into a single line one. Currently fails. # t4: a case where patch has to detect a previously applied patch. # Diff transform a file with a single line with an eol into a single # line without eol. |