aboutsummaryrefslogtreecommitdiff
path: root/robot/basic-run.el
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-17 17:24:13 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-17 17:24:13 +0100
commitd37519f54c903bc51377a261c070cb0e0987fbc5 (patch)
tree852cba76d34ea2698aedcb864c7df8d90baac4e1 /robot/basic-run.el
parent50885fbeea8a282dc027b03b19097de3c6dabd18 (diff)
downloadorg-drill-d37519f54c903bc51377a261c070cb0e0987fbc5.tar.gz
org-drill-d37519f54c903bc51377a261c070cb0e0987fbc5.zip
Clean up robot testing
Diffstat (limited to 'robot/basic-run.el')
-rw-r--r--robot/basic-run.el4
1 files changed, 2 insertions, 2 deletions
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)