summaryrefslogtreecommitdiff
path: root/gnosis-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis-test.el')
-rw-r--r--gnosis-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-test.el b/gnosis-test.el
index 153c82b..045506a 100644
--- a/gnosis-test.el
+++ b/gnosis-test.el
@@ -118,7 +118,7 @@ by the thoracodorsal nerve."
If ask nil, leave testing env"
(interactive)
(let ((ask (y-or-n-p "Start development env (n for exit)?"))
- (testing-dir (expand-file-name gnosis-dir "testing")))
+ (testing-dir (expand-file-name "testing" gnosis-dir)))
(if ask
(progn
(unless (file-exists-p testing-dir)