summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_tar-bad-from4.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Consolidate, refactor and extend -E tar testsNils Gladitz2015-04-101-2/+0
|
* cmake: Teach "-E tar" command a "--files-from=" optionBrad King2015-01-261-0/+2
Read file names from the lines of a specified file. Reject input lines starting in '-' to leave room for option parsing to be added later. Add just '--add-file=' now to allow files starting in '-' to be specified.