summaryrefslogtreecommitdiff
path: root/test/terminal-here-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/terminal-here-test.el')
-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 741eadb..c53c01d 100644
--- a/test/terminal-here-test.el
+++ b/test/terminal-here-test.el
@@ -23,7 +23,7 @@
(ert-deftest osx-default-command ()
(with-terminal-here-mocks
- (mock (start-process "open" * "open" "-a" "Terminal.app" "adir"))
+ (mock (start-process "open" * "open" "-a" "Terminal.app" "."))
(let ((system-type 'darwin))
(custom-reevaluate-setting 'terminal-here-terminal-command)
(terminal-here-launch-in-directory "adir"))))