diff options
| author | Dan Harms <danielrharms@gmail.com> | 2017-04-21 06:40:19 -0500 |
|---|---|---|
| committer | David Shepherd <davidshepherd7@gmail.com> | 2017-04-26 08:48:18 +0100 |
| commit | 86b3fb5616be1a0a90e21a9b2cade25c62243b5d (patch) | |
| tree | 9780a3bc720be44a9605e97566a3cbd6372a24db /test | |
| parent | Add melpa stable badge (diff) | |
| download | emacs-terminal-here-86b3fb5616be1a0a90e21a9b2cade25c62243b5d.tar.gz | |
Issue 9 - Doesn't work on Darwin; open filenames are relative to default-directory
Diffstat (limited to '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 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")))) |
