diff options
| author | David Shepherd <davidshepherd7@gmail.com> | 2017-03-19 15:53:45 +0000 |
|---|---|---|
| committer | David Shepherd <davidshepherd7@gmail.com> | 2017-03-19 15:53:45 +0000 |
| commit | b96e926024bbf39560c0fcdf6a9be6a888da1325 (patch) | |
| tree | 6507fb2201b094f825724b80091eab766fcd8122 | |
| parent | Fix the Windows launch command (diff) | |
| download | emacs-terminal-here-b96e926024bbf39560c0fcdf6a9be6a888da1325.tar.gz | |
Update test
| -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")))) |
