From b96e926024bbf39560c0fcdf6a9be6a888da1325 Mon Sep 17 00:00:00 2001 From: David Shepherd Date: Sun, 19 Mar 2017 15:53:45 +0000 Subject: Update test --- test/terminal-here-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))) -- cgit v1.2.3