From dc69a89f916566fcb68ba6fb1b2ebb64506ff915 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 27 May 2009 10:12:34 +0200 Subject: [PATCH] xfstests: only run 164 for xfs Test 164 uses the xfs_io bmap subcommand which only works for XFS, so don't offer it for nfs and udf. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- 164 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/164 b/164 index 80fe2b1c..8a1a6c6d 100755 --- a/164 +++ b/164 @@ -70,7 +70,7 @@ _filter_bmap() # real QA test starts here # Modify as appropriate. -_supported_fs xfs udf nfs +_supported_fs xfs _supported_os IRIX Linux testfile=$TEST_DIR/file.$seq -- 2.39.5