From 52873719c6583b0238d47c1b72e6dc6e308c8bb2 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Mar 2024 08:30:22 +0200 Subject: gnosis-tests: Create testing dir --- gnosis-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnosis-test.el') 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) -- cgit v1.2.3