aboutsummaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-23 18:46:08 -0700
committerGravatar Joey Hess <joey@kitenet.net>2014-08-23 18:46:08 -0700
commitac4fb5e6bf94590233250c9d8076a53d8c77df77 (patch)
treedeedd2d11a4bad1335e8e1557efd9382163274ef /CmdLine/GitAnnex.hs
parent17a18df10a576ad8ffc54524b21ae3b4feb7becd (diff)
Fix stub git-annex test support when built without tasty.
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index 80a784dd7..d27866030 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -96,8 +96,8 @@ import qualified Command.XMPPGit
#endif
import qualified Command.RemoteDaemon
#endif
-#ifdef WITH_TESTSUITE
import qualified Command.Test
+#ifdef WITH_TESTSUITE
import qualified Command.FuzzTest
import qualified Command.TestRemote
#endif
@@ -188,8 +188,8 @@ cmds = concat
#endif
, Command.RemoteDaemon.def
#endif
-#ifdef WITH_TESTSUITE
, Command.Test.def
+#ifdef WITH_TESTSUITE
, Command.FuzzTest.def
, Command.TestRemote.def
#endif