Browse Source

more permissive selector in `org-test-run-all-tests'

Eric Schulte 14 years ago
parent
commit
49b22bb57e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/org-test.el

+ 1 - 1
testing/org-test.el

@@ -171,7 +171,7 @@ files."
 Load all test files first."
   (interactive)
   (org-test-load)
-  (ert "^org"))
+  (ert "org"))
 
 (provide 'org-test)