Ignore setfacl unless it tells us that it supports the -k option.
authorWayne Davison <wayned@samba.org>
Sat, 4 Feb 2006 18:41:47 +0000 (18:41 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 4 Feb 2006 18:41:47 +0000 (18:41 +0000)
runtests.sh

index 9f0ce85..f6d86f7 100755 (executable)
@@ -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