bug-libtool
[Top][All Lists]
Advanced

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

Re: executable wrapper on mingw mangles arguments


From: Bruno Haible
Subject: Re: executable wrapper on mingw mangles arguments
Date: Mon, 29 Sep 2008 22:09:23 +0200
User-agent: KMail/1.5.4

Hello Ralf,

> Is the second point exposed by
>   make check-local TESTSUITEFLAGS='-v -d -x -k "execute mode"'
> ?

No. libtool-2.2.6 on mingw:
  $ ./configure
  $ make
  $ make check-local TESTSUITEFLAGS='-v -d -x -k "execute mode"'
  ...
  1 test was successful.

> If not, then tests/execute-mode.at should be amended to expose this.

Yes, I agree. That's why I gave a reference to a complete test case in the
report. - You are familiar with the syntax of *.at files. I am not.

In the report I only gave a simple test case with arguments with spaces:

   abc 'def ghi' jkl

Feel free to add more examples with double-quotes, backslashes etc:

   abc 'd"e' 'f"g' hij
   abc 'd\"e' 'f\"g' hij
   abc 'd\\"e' 'f\\"g' hij
   abc 'd\\\"e' 'f\\\"g' hij
   abc 'd\' efg
   abc 'd\\' efg
   abc 'd\\\' efg
   abc 'd\\\\' efg
   abc '<' '>' def
   abc '<def>' ghi

The prepare_spawn function has been tested to cover all these cases.

Bruno





reply via email to

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