[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: test suite for Lua 5.2 alpha
- From: Leo Razoumov <slonik.az@...>
- Date: Thu, 6 Jan 2011 20:38:52 -0500
On Thu, Jan 6, 2011 at 17:21, Henning Diedrich <hd2010@eonblast.com> wrote:
> Could this be wrong in main (or is this the test itself)?
> main.lua 151: RUN([[lua "-e_PROMPT='%s'" -i < %s > %s]], prompt, prog, out)
> (? : RUN([[lua -e"_PROMPT='%s'" -i < %s > %s]], prompt, prog, out))
> It fails for me.
>
Is your lua built with readline library?
--Leo--