configure: Check for sha1sum.

This commit is contained in:
Joey Hess 2011-02-08 19:31:27 -04:00
parent c21ec4788a
commit dd90d4a70e
3 changed files with 5 additions and 2 deletions

View file

@ -10,6 +10,7 @@ tests = [
, testCp "cp_p" "-p"
, testCp "cp_reflink_auto" "--reflink=auto"
, TestCase "uuid generator" $ selectCmd "uuid" ["uuid", "uuidgen"]
, TestCase "sha1sum" $ requireCmd "sha1sum" "sha1sum </dev/null"
, TestCase "xargs -0" $ requireCmd "xargs_0" "xargs -0 </dev/null"
, TestCase "rsync" $ requireCmd "rsync" "rsync --version >/dev/null"
]