Skip to content
Snippets Groups Projects

cmd/tests: Add tests for calling special excuteable files.

Open Haidong Yu requested to merge yhd986/wine:master3 into master

Signed-off-by: Haidong Yu yuhaidong@uniontech.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • sorry for the delay, I fought I did comment on this version... This still doesn't work as expected as

    echo

    when echo.bat is present will call echo.bat, whereas the builtin command shall be used.

    when we have .bat... be should first try to run_program() on the whole command; and no program is found, then, fall back to builtin cmd (and .bat becomes a parameter)

    Edited by eric pouech
  • Alexandre Julliard mentioned in merge request !5242 (closed)

    mentioned in merge request !5242 (closed)

Please register or sign in to reply
Loading