summaryrefslogtreecommitdiff
path: root/configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-30 20:31:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-30 20:31:52 -0400
commitf38aa3e83abb251a88362dbaf6e8fbddd477fa53 (patch)
tree01c319c391371e3011c8811e052a4235e4d7c95b /configure.hs
parenta5a302b77d816b189ae5ae55f03b18d2cf6ef45b (diff)
unfinished switch to using git-annex-shell
Diffstat (limited to 'configure.hs')
-rw-r--r--configure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.hs b/configure.hs
index 2334385a3..1abdc8914 100644
--- a/configure.hs
+++ b/configure.hs
@@ -22,7 +22,7 @@ tests = [
, TestCase "cp --reflink=auto" "cp_reflink_auto" $ testCp "--reflink=auto"
, TestCase "uuid" "uuid" $ requireCmd "uuid" "uuid"
, TestCase "xargs -0" "xargs_0" $ requireCmd "xargs -0" "xargs -0 </dev/null"
- , TestCase "rsync" "rsync" $ testCmd "rsync --version >/dev/null"
+ , TestCase "rsync" "rsync" $ requireCmd "rsync" "rsync --version >/dev/null"
]
tmpDir :: String