From: Christoph Hellwig Date: Tue, 11 Oct 2011 14:18:40 +0000 (+0000) Subject: allow 091 for non-xfs filesystems X-Git-Tag: v1.1.0~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=58ff0f3c97d3fc682a3068c9af0bfbb3a90ccca4;p=xfstests-dev.git 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 --- 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