summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-12-01 15:14:13 -0400
committerJoey Hess <joey@kitenet.net>2013-12-01 15:14:13 -0400
commit3bdf2d2052f3a194b3f72500ca71867fb22e1315 (patch)
treed4a076f7fc1ca255ded959779d99404525f7de78 /Build
parent3c7357ee388795149e922d344bdbf32e1d1d5810 (diff)
downloadgit-repair-3bdf2d2052f3a194b3f72500ca71867fb22e1315.tar.gz
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.
Diffstat (limited to 'Build')
-rw-r--r--Build/Configure.hs1
1 files changed, 0 insertions, 1 deletions
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