summaryrefslogtreecommitdiff
path: root/git-annex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.hs')
-rw-r--r--git-annex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.hs b/git-annex.hs
index a2ddb0032..0f45f53eb 100644
--- a/git-annex.hs
+++ b/git-annex.hs
@@ -12,7 +12,7 @@ import System.FilePath
import qualified GitAnnex
import qualified GitAnnexShell
-#ifdef WITH_TESTUITE
+#ifdef WITH_TESTSUITE
import qualified Test
#endif
@@ -25,7 +25,7 @@ main = run =<< getProgName
isshell n = takeFileName n == "git-annex-shell"
go a = do
ps <- getArgs
-#ifdef WITH_TESTUITE
+#ifdef WITH_TESTSUITE
if ps == ["test"]
then Test.main
else a ps