diff options
| -rw-r--r-- | test/terminal-here-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/terminal-here-test.el b/test/terminal-here-test.el index 58adbef..bf84f10 100644 --- a/test/terminal-here-test.el +++ b/test/terminal-here-test.el @@ -16,7 +16,7 @@ (ert-deftest windows-default-command () (with-mock - (mock (start-process "start" * "start" "/D" "adir" "cmd")) + (mock (start-process "cmd.exe" * "cmd.exe" "/C" "start" "cmd.exe")) (let ((system-type 'windows-nt)) (custom-reevaluate-setting 'terminal-here-terminal-command) (terminal-here-launch-in-directory "adir")))) |
