diff options
author | Thanos Apollo <[email protected]> | 2024-03-08 08:30:22 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-08 08:33:10 +0200 |
commit | 52873719c6583b0238d47c1b72e6dc6e308c8bb2 (patch) | |
tree | 7028dfbbc6d2bb8f4681c42c0f29176a46e6289f /gnosis-test.el | |
parent | 2e8d1bddd6b13de9f8f1f67006c700f6174dd917 (diff) |
gnosis-tests: Create testing dir
Diffstat (limited to 'gnosis-test.el')
-rw-r--r-- | gnosis-test.el | 2 |
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) |