bug-parted
[Top][All Lists]
Advanced

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

Re: the test suite fails -- because of ncurses-5.6


From: Benno Schulenberg
Subject: Re: the test suite fails -- because of ncurses-5.6
Date: Thu, 17 May 2007 13:03:28 +0200
User-agent: KMail/1.9.6

Jim Meyering wrote:
> Then perhaps it's  readline?
> Do you still get it if you invoke parted like this?
>
>     # env TERM=dumb parted /dev/hda quit | od -a

# env TERM=dumb parted /dev/hda quit | od -a
0000000

> or this:
>
>     # env -u TERM parted /dev/hda quit | od -a

# env -u TERM parted /dev/hda quit | od -a
0000000


It's ncurses.  Downgrading from 5.6 to 5.5 made the bytes go away:

# env TERM=xterm parted /dev/hda quit | od -a
0000000

After upgrading again, the problem is back:

# env TERM=xterm parted /dev/hda quit | od -a
0000000 esc   [   ?   1   0   3   4   h
0000010


With ncurses-5.5 installed, the tests pass without a hitch:

...
PASS: t0000-basic.sh
...
PASS: t1000-mkpartfs.sh
...
PASS: t2000-mkfs.sh
==================
All 3 tests passed
==================


Benno




reply via email to

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