summaryrefslogtreecommitdiff
path: root/testsuite/xattrs.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/xattrs.test
parent8ad2ca9ae2220d795ae7f96fdbb4d9c8353ec414 (diff)
downloadrsync-96ed96dabda2e535929eb69ab5f38b057650ef47.tar.gz
Fix the parsing of the --version capabilities.
Diffstat (limited to 'testsuite/xattrs.test')
-rw-r--r--testsuite/xattrs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/xattrs.test b/testsuite/xattrs.test
index 86165e0c..5931ffcd 100644
--- a/testsuite/xattrs.test
+++ b/testsuite/xattrs.test
@@ -8,7 +8,7 @@
. $suitedir/rsync.fns
lnkdir="$tmpdir/lnk"
-$RSYNC --version | grep ", xattrs" >/dev/null || test_skipped "Rsync is configured without xattr support"
+$RSYNC --version | grep "[, ] xattrs" >/dev/null || test_skipped "Rsync is configured without xattr support"
case "$HOST_OS" in
darwin*)