We don't need -T to detect GETFSMAP and the flag doesn't exist
on really old versions of xfs_io, so just get rid of it.
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
_notrun "xfs_io $command support is missing"
;;
"fsmap" )
- testio=`$XFS_IO_PROG -T -F -c "fsmap" \
- $TEST_DIR 2>&1`
+ testio=`$XFS_IO_PROG -f -c "fsmap" $testfile 2>&1`
echo $testio | egrep -q "Inappropriate ioctl" && \
_notrun "xfs_io $command support is missing"
;;