From: Richard D. <ric...@us...> - 2008-04-06 09:21:23
|
Update of /cvsroot/file-extattr/File-ExtAttr/t/lib/t In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv22776/t/lib/t Modified Files: Support.pm Log Message: setattr_warn must die -- too noisy Index: Support.pm =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/lib/t/Support.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Support.pm 6 May 2007 09:56:40 -0000 1.1 --- Support.pm 6 Apr 2008 09:21:27 -0000 1.2 *************** *** 15,18 **** --- 15,22 ---- } + # XXX: Write a function to return expected failure case for missing + # attribute/etc. depending on platform. + #/(Operation not supported|No such file or directory|Attribute not found)/ + 1; |