diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-07 03:46:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-07 03:46:39 +0000 |
commit | 562b0722f41c1925bcdbc99e0997cabc153f947e (patch) | |
tree | c51a2cca635bed59b8fa301d670bf028e3828894 | |
parent | cacead457c6e9c4dea5810ee605e6c5db52dc5f6 (diff) | |
download | pkgsrc-562b0722f41c1925bcdbc99e0997cabc153f947e.tar.gz |
Sync spec with reality.
-rw-r--r-- | regress/print-plist/spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/print-plist/spec b/regress/print-plist/spec index 1ca0ca2a628..1a8fdb34e6a 100644 --- a/regress/print-plist/spec +++ b/regress/print-plist/spec @@ -1,4 +1,4 @@ -# $NetBSD: spec,v 1.1.1.1 2004/09/08 15:04:23 jmmv Exp $ +# $NetBSD: spec,v 1.2 2015/06/07 03:46:39 joerg Exp $ # # print-plist regression test # spec file @@ -15,6 +15,4 @@ check_result() exit_status 0 # test is passed if the targets return 0 output_require "^@comment Matched test file.$" \ "^print-plist/foo$" \ - "^@comment Matched test directory.$" \ - "^@dirrm print-plist$" } |