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 <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2009-01-18 19:29:38 -06:00
parent 22b88d4f52
commit bc2b2c495a
+4
View File
@@ -37,6 +37,10 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fs xfs _supported_fs xfs
_supported_os Linux _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 mkdir $TEST_DIR/ttt
for n in {1..168}; do for n in {1..168}; do