Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test Failures
- X-seq: zsh-workers 18405
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: Test Failures
- Date: Sun, 30 Mar 2003 18:59:10 +0000
- In-reply-to: <5451y0rgrxu.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <5451y0rgrxu.fsf@xxxxxxxxxxxxxxxx>
On Mar 28, 3:24pm, Vin Shelton wrote:
}
} Recently (starting I think on March 26), this failure appeared
That would make sense, as the test in question was added on March 26.
} ***************
} *** 1,2 ****
} - 1) one 2) two 3) three
} input> input>
} --- 1 ----
} Was testing: `select' loop
It looks like the test is working correctly (in the sense that it reads
the input and chooses the right item from the list) except that the list
of choices is not being printed to stderr where the test code expects to
see it.
This may be happening because loop.c:selectlist() is still using the global
variable `columns' (usually initialized from the terminal size) to decide
how wide a list to print, even when the input to the select loop is not
coming from a terminal and the output is not to a terminal.
That's only a guess, though, because this test passes on machines to which
I have access.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author