summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-17 14:48:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-17 14:48:56 -0400
commit561db6fff3cea081f3203bddee079f5c689ba26e (patch)
treee1727e8341de918256a4920a8e2afc134e9f7dfd /GitAnnex.hs
parent0d25c1a99ee914bd5dc3d96ca11a09b222f57747 (diff)
Really fix FTBFS on mipsel and sparc due to test suite not being available on those architectures.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 5de823e16..4c1649ba1 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -164,8 +164,8 @@ cmds = concat
, Command.XMPPGit.def
#endif
#endif
-#ifdef WITH_TESTSUITE
, Command.Test.def
+#ifdef WITH_TESTSUITE
, Command.FuzzTest.def
#endif
]