summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-15 12:49:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-15 12:49:56 -0400
commit1cf5e443c17af8c969857702ef06062ec21617b2 (patch)
tree545ce18e08448e916eeb0522c5adc785a0d35387 /GitAnnex.hs
parentee088c7ecdd604ae850093eab2518529ccdb68f6 (diff)
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 326b7641c..5de823e16 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -84,8 +84,8 @@ import qualified Command.WebApp
import qualified Command.XMPPGit
#endif
#endif
-#ifdef WITH_TESTSUITE
import qualified Command.Test
+#ifdef WITH_TESTSUITE
import qualified Command.FuzzTest
#endif
#ifdef WITH_EKG