X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a5df33bb62e177ef40c84776f2ad08542c396e85..114bafe0d0f66927648215afbfa83fa6e1858ecf:/runtests.sh diff --git a/runtests.sh b/runtests.sh index 9f0ce85a..f6d86f7f 100755 --- a/runtests.sh +++ b/runtests.sh @@ -161,8 +161,8 @@ else echo " preserve_scratch=no" fi -# We'll use setfacl if it's around. -if test -f /usr/bin/setfacl || setfacl --help >/dev/null 2>&1 ; then +# We'll use setfacl if it's around and it supports the -k option. +if setfacl --help 2>/dev/null | grep ' -k,' >/dev/null; then setfacl=setfacl else setfacl=true