summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2013-12-03 15:02:21 -0400
committerJoey Hess <joeyh@debian.org>2013-12-03 15:02:21 -0400
commitb1ed0aee347a88507d1530f61006cd658b57e54c (patch)
treeeb2a975663782f83e6b20d6d239447d7222de81b /Build/Configure.hs
parent7e592e1d6ed5e0b25b37215da7558c6324688d6f (diff)
parenta4f3e112954e1b785c84c339bcbd83597a89335e (diff)
downloadgit-repair-b1ed0aee347a88507d1530f61006cd658b57e54c.tar.gz
Record git-repair (1.20131203) in archive suite sid
Diffstat (limited to 'Build/Configure.hs')
-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