From: Eric Sandeen Date: Mon, 19 Jan 2009 01:29:38 +0000 (-0600) Subject: Don't run test 197 on 64-bit machines X-Git-Tag: v1.1.0~322 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc2b2c495a8cf5c094f3ddedeffafa5d7b66ad8f;p=xfstests-dev.git Don't run test 197 on 64-bit machines If it always passes on 64 bits, this gives a false sense of security. Make it obvious. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- diff --git a/197 b/197 index 4c81941f..f77bfa21 100644 --- a/197 +++ b/197 @@ -37,6 +37,10 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fs xfs _supported_os Linux +bitsperlong=`src/feature -w` +if [ "$bitsperlong" -ne 32 ]; then + _notrun "This test is only valid on 32 bit machines" +fi mkdir $TEST_DIR/ttt for n in {1..168}; do