check for curl in configure, thanks Jimmy
This commit is contained in:
parent
7b5b127608
commit
8543d9add4
2 changed files with 14 additions and 0 deletions
|
@ -13,6 +13,7 @@ tests = [
|
|||
, TestCase "uuid generator" $ selectCmd "uuid" ["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"
|
||||
, TestCase "unicode FilePath support" $ unicodeFilePath
|
||||
] ++ shaTestCases [1, 256, 512, 224, 384]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue