diff options
author | 2006-03-28 09:43:54 +0000 | |
---|---|---|
committer | 2006-03-28 09:43:54 +0000 | |
commit | 4a1547461cc4abd77968364a06959ffbaf5fee72 (patch) | |
tree | bb54cb0240fd49caad0fd1cc4121f306b769edb2 | |
parent | match GNU's output when no revision are present. (diff) | |
download | wireguard-openbsd-4a1547461cc4abd77968364a06959ffbaf5fee72.tar.xz wireguard-openbsd-4a1547461cc4abd77968364a06959ffbaf5fee72.zip |
enable the following tests:
- rcs-aflag
- rcs-eflag
- rcs-Aflag
-rw-r--r-- | regress/usr.bin/rcs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/usr.bin/rcs/Makefile b/regress/usr.bin/rcs/Makefile index 5d10b72b64c..ac460d98761 100644 --- a/regress/usr.bin/rcs/Makefile +++ b/regress/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2006/03/27 21:57:32 niallo Exp $ +# $OpenBSD: Makefile,v 1.14 2006/03/28 09:43:54 xsa Exp $ # Regression tests by Niall O'Higgins <niallo@openbsd.org>. # ksh -> Makefile by Ray Lai <ray@cyth.net>. @@ -42,6 +42,9 @@ LTESTS= ci-initial \ ci-dflag \ ci-xflag \ comma \ + rcs-aflag \ + rcs-eflag \ + rcs-Aflag \ rcs-tflag-stdin \ rcs-tflag-stdin2 \ rcs-tflag-stdin3 \ |