summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_time-no-arg-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Fix `-E time` argument passing to childBrad King2016-01-201-0/+3
Since this command was introduced in 2002 it has incorrectly constructed the child process command line by concatenating arguments separated by spaces with no quoting. Fix this by passing the command argument vector directly to RunSingleCommand without an intermediate quoting and re-parsing step. Reported-by: Andrey Pokrovskiy <wonder.mice@gmail.com>