emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#20631: closed ('df/df-output ' test fails due to e


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20631: closed ('df/df-output ' test fails due to extra space in header line on large disk)
Date: Fri, 22 May 2015 19:48:02 +0000

Your message dated Fri, 22 May 2015 20:47:10 +0100
with message-id <address@hidden>
and subject line Re: bug#20631: 'df/df-output ' test fails due to extra space 
in header line on large disk
has caused the debbugs.gnu.org bug report #20631,
regarding 'df/df-output ' test fails due to extra space in header line on large 
disk
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20631: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20631
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 'df/df-output ' test fails due to extra space in header line on large disk Date: Fri, 22 May 2015 14:15:46 -0400 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
Hello,

Using the latest coreutils from git, 'tests/df/df-output' fails due to one 
extra space in the header line, needed to accommodate a large disk.

Log attached, but the problem is likely this:

    # This is a large disk...
    $ ./src/df -hl .
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/sdb1        33T  2.0T   31T   6% /data2

    # The test command results in two spaces before the header
    $ ./src/df -B1K --output=size .
      1K-blocks
    35139364864

possible fix attached.

-assaf


Attachment: df-output-extra-space.patch
Description: Text Data

Attachment: df-output-test-suite.log
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#20631: 'df/df-output ' test fails due to extra space in header line on large disk Date: Fri, 22 May 2015 20:47:10 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
On 22/05/15 19:15, Assaf Gordon wrote:
> Hello,
> 
> Using the latest coreutils from git, 'tests/df/df-output' fails due to one 
> extra space in the header line, needed to accommodate a large disk.
> 
> Log attached, but the problem is likely this:
> 
>      # This is a large disk...
>      $ ./src/df -hl .
>      Filesystem      Size  Used Avail Use% Mounted on
>      /dev/sdb1        33T  2.0T   31T   6% /data2
> 
>      # The test command results in two spaces before the header
>      $ ./src/df -B1K --output=size .
>        1K-blocks
>      35139364864

Pushed.

thanks!
Pádraig



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]