pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/regress/pkg-options regress/pkg-options: fix regressio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2b063c611c7
branches: trunk
changeset: 331763:e2b063c611c7
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Mar 24 20:57:59 2019 +0000
description:
regress/pkg-options: fix regression test for PKG_OPTIONS framework
Just a few changes in the wording, which have been introduced in 2007.
diffstat:
regress/pkg-options/Makefile | 4 ++--
regress/pkg-options/files/group-required.out | 2 +-
regress/pkg-options/files/sets.out | 2 +-
regress/pkg-options/files/unsupported.out | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r e24915d454d0 -r e2b063c611c7 regress/pkg-options/Makefile
--- a/regress/pkg-options/Makefile Sun Mar 24 20:56:11 2019 +0000
+++ b/regress/pkg-options/Makefile Sun Mar 24 20:57:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/03/04 11:02:25 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2019/03/24 20:57:59 rillig Exp $
#
DISTNAME= regress-pkg-options-1.0
@@ -16,7 +16,7 @@
@${_PKG_SILENT}${_PKG_DEBUG} \
${ECHO_MSG} "Running testcase "${t:Q}; \
${MAKE} ${MAKEFLAGS} -s -f ${FILESDIR:Q}/${t:Q}.mk test \
- | diff - ${FILESDIR:Q}/${t:Q}.out
+ | diff -u ${FILESDIR:Q}/${t:Q}.out -
.endfor
.include "../../mk/bsd.pkg.mk"
diff -r e24915d454d0 -r e2b063c611c7 regress/pkg-options/files/group-required.out
--- a/regress/pkg-options/files/group-required.out Sun Mar 24 20:56:11 2019 +0000
+++ b/regress/pkg-options/files/group-required.out Sun Mar 24 20:57:59 2019 +0000
@@ -1,1 +1,1 @@
-"One of the following options must be selected: "a\ b
+"[bsd.options.mk] One of the following options must be selected: "a\ b
diff -r e24915d454d0 -r e2b063c611c7 regress/pkg-options/files/sets.out
--- a/regress/pkg-options/files/sets.out Sun Mar 24 20:56:11 2019 +0000
+++ b/regress/pkg-options/files/sets.out Sun Mar 24 20:57:59 2019 +0000
@@ -1,1 +1,1 @@
-"At least one of the following options must be selected: "d\ e\ f
+"[bsd.options.mk] At least one of the following options must be selected: "d\ e\ f
diff -r e24915d454d0 -r e2b063c611c7 regress/pkg-options/files/unsupported.out
--- a/regress/pkg-options/files/unsupported.out Sun Mar 24 20:56:11 2019 +0000
+++ b/regress/pkg-options/files/unsupported.out Sun Mar 24 20:57:59 2019 +0000
@@ -1,1 +1,1 @@
-"The following selected options are not supported: "b\ c"."
+"[bsd.options.mk] The following selected options are not supported: "b\ c"."
Home |
Main Index |
Thread Index |
Old Index