From 3bdf2d2052f3a194b3f72500ca71867fb22e1315 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 1 Dec 2013 15:14:13 -0400 Subject: merge from git-annex Note that the batchCommand stuff is not used in git-repair, so configure does not need to check for nice, ionice, and nocache, nor are they dependend on. --- Build/Configure.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Build') diff --git a/Build/Configure.hs b/Build/Configure.hs index 5f41a1b..4912122 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -15,7 +15,6 @@ tests = [ TestCase "version" getVersion , TestCase "git" $ requireCmd "git" "git --version >/dev/null" , TestCase "git version" getGitVersion - , TestCase "nice" $ testCmd "nice" "nice true >/dev/null" ] getGitVersion :: Test -- cgit v1.2.3