xfs: abstract xfs_info into $XFS_INFO_PROG
[xfstests-dev.git] / common / attr
index 3d1385a493b038d6eca14f246b31b4779e1a665f..49679d3cf3c6c0ac4a23ea0f1b0965472911d798 100644 (file)
@@ -30,7 +30,7 @@ _acl_get_max()
                # CRC format filesystems have much larger ACL counts. The actual
                # number is into the thousands, but testing that meany takes too
                # long, so just test well past the old limit of 25.
-               xfs_info $TEST_DIR | _filter_mkfs > /dev/null 2> $tmp.info
+               $XFS_INFO_PROG $TEST_DIR | _filter_mkfs > /dev/null 2> $tmp.info
                . $tmp.info
                rm $tmp.info
                if [ $_fs_has_crcs -eq 0 ]; then