From: Jan Kara Date: Tue, 25 May 2010 16:25:53 +0000 (+0200) Subject: Make test 229 XFS specific X-Git-Tag: v1.1.0~162^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb0eb99cb44ee5decd8db82e358bc011c497d213;p=xfstests-dev.git Make test 229 XFS specific Only XFS supports directory 'extsize' feature. Signed-off-by: Jan Kara --- diff --git a/229 b/229 index 418a5af2..81a2491d 100644 --- a/229 +++ b/229 @@ -48,7 +48,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15 . ./common.rc # real QA test starts here -_supported_fs generic +_supported_fs xfs _supported_os Linux TDIR="${TEST_DIR}/t_holes"