Fix XFSQA test 144
Two really dumb bugs:
- "foo & 0x3FFFFFFFFFFFF" doesn't cap at 1TB, but rather at more than
two magnitudes larger than that. That gets us EFBIG with typical
32bit XFS setups.
- the command array can easily overflow and thus let the test fail
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Wed Jun 18 17:23:46 AEST 2008
Workarea: molten.melbourne.sgi.com:/home/donaldd/isms/xfs-cmds
Inspected by: hch
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/xfs-cmds/master-melb
Modid: master-melb:xfs-cmds:31327a
xfstests/dmapi/src/suite2/src/test_fileattr.c - 1.13 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-cmds/xfstests/dmapi/src/suite2/src/test_fileattr.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.12&f=h
- Fix XFSQA test 144
|