fstests: add a filter for the new getcap output
[xfstests-dev.git] / tests / generic / 093
index 0f835e7eca1ddf48b4a8cc72290fc6f2a575c61e..48ffec5c99363934a60c72d169f21d944d9f892e 100755 (executable)
@@ -51,10 +51,10 @@ touch $file
 
 echo "**** Verifying that appending to file clears capabilities ****"
 $SETCAP_PROG cap_chown+ep $file
-$GETCAP_PROG $file | filefilter
+_getcap $file | filefilter
 echo data1 >> $file
 cat $file
-$GETCAP_PROG $file | filefilter
+_getcap $file | filefilter
 echo
 
 echo "**** Verifying that appending to file doesn't clear other xattrs ****"