pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/regress/print-plist regress/print-plist: fix syntax er...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf5d43e5f531
branches:  trunk
changeset: 398371:cf5d43e5f531
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jul 17 17:56:22 2019 +0000

description:
regress/print-plist: fix syntax error after almost 15 years

The race for the oldest undiscovered pkgsrc bug still goes on. 15 years
is hard to beat, but definitely possible.

diffstat:

 regress/print-plist/spec |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8ca6366e58e7 -r cf5d43e5f531 regress/print-plist/spec
--- a/regress/print-plist/spec  Wed Jul 17 14:33:28 2019 +0000
+++ b/regress/print-plist/spec  Wed Jul 17 17:56:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: spec,v 1.2 2015/06/07 03:46:39 joerg Exp $
+# $NetBSD: spec,v 1.3 2019/07/17 17:56:22 rillig Exp $
 #
 # print-plist regression test
 # spec file
@@ -13,6 +13,6 @@
 check_result()
 {
        exit_status 0   # test is passed if the targets return 0
-       output_require "^@comment Matched test file.$" \
-                      "^print-plist/foo$" \
+       output_require "^@comment Matched test file.$"
+       output_require "^print-plist/foo$"
 }



Home | Main Index | Thread Index | Old Index