[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [2.2.6] old tests checking for allow_undefined=unsupported
From: |
Michael Haubenwallner |
Subject: |
Re: [2.2.6] old tests checking for allow_undefined=unsupported |
Date: |
Tue, 28 Oct 2008 16:22:32 +0100 |
On Tue, 2008-10-28 at 16:12 +0100, Michael Haubenwallner wrote:
> 1) Shouldn't this search for "^allow_undefined_flag=.?undefined.?$"
> instead of "^allow_undefined=.?undefined.?$"
Ehm, this should read 'unsupported', not 'undefined'.
> 2) The ".?" regex is not necessarily supported by non-GNU grep, it might
> not understand the '?' as expected.
>
> Both problems lead 'tagdemo-undef.test' to FAIL while it should be
> SKIPped here.
Ehm, this makes 'tagdemo-make.test' FAILing when 'tagdemo-undef.test' is
not SKIPped on platforms with [allow_undefined_flag="unsupported"].
/haubi/