Changeset 40986 for branches/eam_branches/ipp-20191011
- Timestamp:
- Oct 28, 2019, 3:48:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Nebulous-Server/t/15_server_xattr.t
r24356 r40986 184 184 $neb->getxattr_object('foo', 'user.bar'); 185 185 }; 186 like($@, qr|xattr neb:///foo:user.bar does not exist|, 187 "get xattr from non-existant xattr key"); 186 like($@, qr|xattr neb:///foo:user.bar does not exist|, "get xattr from non-existant xattr key"); 188 187 189 188 Test::Nebulous->setup;
Note:
See TracChangeset
for help on using the changeset viewer.
