summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-25 10:48:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-25 10:48:20 -0400
commitf414371dce04e80054456ecae8bea57782c957cf (patch)
treefcb0f53257ff9aaacfc2e8d4770dfda590cdc308 /Build
parent7c440a1a2f5e555df2b2f367e3b6f6e46fe0f3f0 (diff)
Test that uuid -m works, falling back to plain uuid if not.
Diffstat (limited to 'Build')
-rw-r--r--Build/Configure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index 9468e1704..7fb195ad4 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -19,7 +19,7 @@ tests =
, testCp "cp_a" "-a"
, testCp "cp_p" "-p"
, testCp "cp_reflink_auto" "--reflink=auto"
- , TestCase "uuid generator" $ selectCmd "uuid" ["uuid", "uuidgen"] ""
+ , 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"