Update of /cvsroot/file-extattr/File-ExtAttr/t
In directory sc8-pr-cvs17:/tmp/cvs-serv4296/t
Modified Files:
33nslong.t
Log Message:
Fix build and tests on Mac OS X 10.4
Index: 33nslong.t
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/t/33nslong.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 33nslong.t 5 Jul 2007 08:36:35 -0000 1.4
--- 33nslong.t 4 Nov 2007 09:00:11 -0000 1.5
***************
*** 112,116 ****
#read it back
! is (getfattr($fh, "$key"), $longval, { namespace => 'user' });
#delete it
--- 112,116 ----
#read it back
! is (getfattr($fh, "$key", { namespace => 'user' }), $longval);
#delete it
|