From d37519f54c903bc51377a261c070cb0e0987fbc5 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 17 Jun 2019 17:24:13 +0100 Subject: Clean up robot testing --- robot/basic-run.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/basic-run.el') diff --git a/robot/basic-run.el b/robot/basic-run.el index 8e853e3..2059d7b 100644 --- a/robot/basic-run.el +++ b/robot/basic-run.el @@ -2,8 +2,8 @@ (load-file "org-drill.el") (defun org-drill-do-drill () - (copy-file "robot/main-test.org" "robot/main-test-copy.org" t) - (find-file "robot/main-test-copy.org") + (copy "main-test.org" "main-test-copy.org") + (find "main-test-copy.org") (org-drill) (set-buffer-modified-p nil) -- cgit v1.2.3