[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: two netbsd 1.6 test failures: skip-seek-past-file and install-C
From: |
Jim Meyering |
Subject: |
Re: two netbsd 1.6 test failures: skip-seek-past-file and install-C |
Date: |
Thu, 26 Feb 2009 09:33:41 +0100 |
Pádraig Brady wrote:
>> FAIL: dd/skip-seek-past-file.log (exit: 1)
>> -dd: `standard input': cannot skip: Value too large for defined data type
>> +dd: `standard input': cannot skip: Value too large to be stored in data type
>
> This should be addressed by the attached patch.
...
> Subject: [PATCH] tests: Remove system specific error strings
>
> * tests/dd/skip-seek-past-file: Just check for
> the non system specific part of the error strings.
> This was causing an erroneous failure on NetBSD 1.6 at least.
Thanks.
Confirmed: now that test passes.