Index: trunk/Nebulous-Server/t/14_server_xattr.t
===================================================================
--- trunk/Nebulous-Server/t/14_server_xattr.t	(revision 17697)
+++ trunk/Nebulous-Server/t/14_server_xattr.t	(revision 18451)
@@ -3,5 +3,5 @@
 # Copryight (C) 2007  Joshua Hoblitt
 #
-# $Id: 14_server_xattr.t,v 1.7 2008-05-15 03:28:05 jhoblitt Exp $
+# $Id: 14_server_xattr.t,v 1.8 2008-07-09 23:32:35 jhoblitt Exp $
 
 use strict;
@@ -164,5 +164,5 @@
     $neb->getxattr_object('foo', 'bar');
 };
-like($@, qr/xattr foo:bar does not exist/,
+like($@, qr|xattr neb:///foo:bar does not exist|,
     "get xattr from non-existant xattr key");
 
