From 58ff0f3c97d3fc682a3068c9af0bfbb3a90ccca4 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 11 Oct 2011 14:18:40 +0000 Subject: [PATCH] allow 091 for non-xfs filesystems The tests in 091 are entirely generic and pass e.g. on ext4 and jfs. btrfs fails it, but that looks a like a btrfs-specific issue to me. Also use _supported_os properly instead of erroring out manually on IRIX. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- 091 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/091 b/091 index 366b9b74..8a146027 100755 --- a/091 +++ b/091 @@ -37,10 +37,8 @@ trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15 . ./common.filter # real QA test starts here -_supported_fs xfs -_supported_os Linux IRIX - -[ $HOSTOS == IRIX ] && _notrun "Not working on IRIX yet" +_supported_fs generic +_supported_os Linux rm -f $seq.full -- 2.47.3