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.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/terminal-here-test.el b/test/terminal-here-test.el
index 6323c8a..741eadb 100644
--- a/test/terminal-here-test.el
+++ b/test/terminal-here-test.el
@@ -9,6 +9,11 @@
+(ert-deftest terminal-here-launch-alias ()
+ (with-terminal-here-mocks
+ (mock (terminal-here-launch-in-directory *))
+ (terminal-here)))
+
(ert-deftest linux-default-command ()
(with-terminal-here-mocks
(mock (start-process "x-terminal-emulator" * "x-terminal-emulator"))