summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shepherd <davidshepherd7@gmail.com>2017-03-19 15:53:45 +0000
committerDavid Shepherd <davidshepherd7@gmail.com>2017-03-19 15:53:45 +0000
commitb96e926024bbf39560c0fcdf6a9be6a888da1325 (patch)
tree6507fb2201b094f825724b80091eab766fcd8122
parentFix the Windows launch command (diff)
downloademacs-terminal-here-b96e926024bbf39560c0fcdf6a9be6a888da1325.tar.gz
Update test
-rw-r--r--test/terminal-here-test.el2
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"))))