fstests: filter redundant output by getfattr
[xfstests-dev.git] / tests / overlay / 056
index 778e1f6a93b5d5e772f0cbb910f5b7faf2a458a9..44ffb54a74492343484c66660273c6ec735fe8e6 100755 (executable)
@@ -64,7 +64,7 @@ check_impure()
 {
        local target=$1
 
-       value=$($GETFATTR_PROG --absolute-names --only-values -n \
+       value=$(_getfattr --absolute-names --only-values -n \
                $OVL_XATTR_IMPURE $target)
 
        [[ "$value" == "$OVL_XATTR_IMPURE_VAL" ]] || echo "Missing impure xattr"