pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/regress/print-plist
Module Name: pkgsrc
Committed By: rillig
Date: Wed Jul 17 17:56:22 UTC 2019
Modified Files:
pkgsrc/regress/print-plist: spec
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/regress/print-plist/spec
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/regress/print-plist/spec
diff -u pkgsrc/regress/print-plist/spec:1.2 pkgsrc/regress/print-plist/spec:1.3
--- pkgsrc/regress/print-plist/spec:1.2 Sun Jun 7 03:46:39 2015
+++ pkgsrc/regress/print-plist/spec Wed Jul 17 17:56:22 2019
@@ -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$"
}
Home |
Main Index |
Thread Index |
Old Index