Changeset 41172 for trunk/Nebulous/t/66_client_xattr.t
- Timestamp:
- Nov 27, 2019, 12:04:14 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/t/66_client_xattr.t (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/66_client_xattr.t
r24301 r41172 21 21 ); 22 22 23 # 1 key / xattr 24 25 Test::Nebulous->setup; 26 23 # setxattr 24 Test::Nebulous->setup; 27 25 { 28 26 my $uri = $neb->create('foo'); … … 46 44 47 45 # multiple xattrs 48 49 Test::Nebulous->setup; 50 46 Test::Nebulous->setup; 51 47 { 52 48 my $uri = $neb->create('foo'); … … 184 180 $neb->getxattr('foo', 'user.bar'); 185 181 }; 186 like($@, qr|xattr neb:///foo:user.bar does not exist|,182 like($@, qr|xattr user.bar does not exist|, 187 183 "get xattr from non-existant xattr key"); 188 184 … … 256 252 $neb->removexattr('foo', 'user.bar'); 257 253 }; 258 like($@, qr|xattr neb:///foo:user.bar does not exist|,254 like($@, qr|xattr user.bar does not exist|, 259 255 "remove xattr from non-existant xattr key"); 260 256
Note:
See TracChangeset
for help on using the changeset viewer.
