summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-10 14:52:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-10 14:52:54 -0400
commit516d4899d3ea7e12ee9b408160b36190b8c2d3f2 (patch)
treead34ef74d632b07a20b6dec6850d5b9e4a14b289 /Build/Configure.hs
parent9b7a1ea41832f30e4d2f707a02df34ccedfcb69f (diff)
Now uses the Haskell uuid library, rather than needing a uuid program.
Been meaning to do this for some time; Android port was last straw. Note that newer versions of the uuid library have a Data.UUID.V4 that generates random UUIDs slightly more cleanly, but Debian has an old version of the library, so I do it slightly round-about.
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 491a74461..6e12d19af 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -19,7 +19,6 @@ tests =
, testCp "cp_a" "-a"
, testCp "cp_p" "-p"
, testCp "cp_reflink_auto" "--reflink=auto"
- , TestCase "uuid generator" $ selectCmd "uuid" [("uuid -m", ""), ("uuid", ""), ("uuidgen", "")]
, TestCase "xargs -0" $ requireCmd "xargs_0" "xargs -0 </dev/null"
, TestCase "rsync" $ requireCmd "rsync" "rsync --version >/dev/null"
, TestCase "curl" $ testCmd "curl" "curl --version >/dev/null"