java/test: ceph.file.layout xattr is still not there now

b8ea65694f tried to fix this, but
missed a spot.

Signed-off-by: Greg Farnum <greg@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Greg Farnum 2014-03-31 13:17:22 -07:00 committed by Sage Weil
parent 880e6ea3fe
commit d3183e313b

View File

@ -826,7 +826,7 @@ public class CephMountTest {
/* list xattrs */
String[] xattrs = mount.listxattr(path);
assertTrue(xattrs.length == 3);
assertTrue(xattrs.length == 2);
int found = 0;
for (String xattr : xattrs) {
if (xattr.compareTo("user.attr1") == 0) {