summaryrefslogtreecommitdiff
path: root/Command/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Test.hs')
-rw-r--r--Command/Test.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Test.hs b/Command/Test.hs
index 08e9d1b6e..4d481369d 100644
--- a/Command/Test.hs
+++ b/Command/Test.hs
@@ -11,8 +11,8 @@ import Common
import Command
import Messages
-def :: [Command]
-def = [ noRepo startIO $ dontCheck repoExists $
+cmd :: [Command]
+cmd = [ noRepo startIO $ dontCheck repoExists $
command "test" paramNothing seek SectionTesting
"run built-in test suite"]