summaryrefslogtreecommitdiff
path: root/testsuite/acls.test
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-25 23:42:33 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-25 23:42:51 -0700
commit96ed96dabda2e535929eb69ab5f38b057650ef47 (patch)
tree621e63a540104d3b51a201381ea119e9cf839332 /testsuite/acls.test
parent8ad2ca9ae2220d795ae7f96fdbb4d9c8353ec414 (diff)
downloadrsync-96ed96dabda2e535929eb69ab5f38b057650ef47.tar.gz
Fix the parsing of the --version capabilities.
Diffstat (limited to 'testsuite/acls.test')
-rw-r--r--testsuite/acls.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/acls.test b/testsuite/acls.test
index 40490a67..5728cd57 100644
--- a/testsuite/acls.test
+++ b/testsuite/acls.test
@@ -7,7 +7,7 @@
. $suitedir/rsync.fns
-$RSYNC --version | grep ", ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
+$RSYNC --version | grep "[, ] ACLs" >/dev/null || test_skipped "Rsync is configured without ACL support"
makepath "$fromdir/foo"
echo something >"$fromdir/file1"