summaryrefslogtreecommitdiff
path: root/configure.hs
diff options
context:
space:
mode:
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