From: Christoph Hellwig Date: Mon, 19 Jan 2009 03:49:43 +0000 (+0100) Subject: run 092 unconditionally X-Git-Tag: v1.1.0~321 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=020af4b4b405ed3e151ccf1c26b5b401e116e647;p=xfstests-dev.git run 092 unconditionally Now that we support inode64 filesystem on 32-bit plaforms tests 092 should be run unconditionally. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- diff --git a/092 b/092 index 9b53f73f..39970389 100755 --- a/092 +++ b/092 @@ -1,7 +1,7 @@ #! /bin/sh # FS QA Test No. 092 # -# Make sure that 64 bit platforms can mount inode64 filesystems +# Make sure that we can mount inode64 filesystems # #----------------------------------------------------------------------- # Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved. @@ -36,9 +36,6 @@ _supported_os IRIX Linux _require_scratch _require_nobigloopfs -bitsperlong=`src/feature -w` -[ "$bitsperlong" -ne 64 ] && _notrun "inode64 not checked on this platform" - MOUNT_OPTIONS="$MOUNT_OPTIONS -o inode64" _scratch_mkfs_xfs | _filter_mkfs 2>/dev/null echo Silence is golden