summaryrefslogtreecommitdiff
path: root/regress/print-plist
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-07-17 17:56:22 +0000
committerrillig <rillig@pkgsrc.org>2019-07-17 17:56:22 +0000
commit9d058516a0c2a3bc9047c243b81aaad6166d12fa (patch)
treec90489603c43e614f1301c4885096a411a74b515 /regress/print-plist
parent8335fdaff931266cb59c71567e171987cb1c4d28 (diff)
downloadpkgsrc-9d058516a0c2a3bc9047c243b81aaad6166d12fa.tar.gz
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 (limited to 'regress/print-plist')
-rw-r--r--regress/print-plist/spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/print-plist/spec b/regress/print-plist/spec
index 1a8fdb34e6a..64568fca921 100644
--- a/regress/print-plist/spec
+++ b/regress/print-plist/spec
@@ -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 @@ MAKEARGS_CLEAN="deinstall clean"
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$"
}