From: Richard D. <ric...@us...> - 2007-04-27 06:01:59
|
Update of /cvsroot/file-extattr/File-ExtAttr/t In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26983/t Modified Files: 00load.t 02load-all.t 03pod-coverage.t 11basic.t 13long.t 14optional.t 15create.t 16replace.t 17createreplace.t 18list.t 20tie-basic.t 22tie-nonuser.t 30nsbasic.t 31nsmultiple.t 32nsnonuser.t 33nslong.t 39nsempty.t Log Message: Remove taint mode from unit tests (RT #26542); document how to use ATTR_TEST_DIR Index: 03pod-coverage.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/03pod-coverage.t,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 03pod-coverage.t 1 Oct 2006 11:17:56 -0000 1.2 --- 03pod-coverage.t 27 Apr 2007 06:01:57 -0000 1.3 *************** *** 1,3 **** ! #!perl -T -w use strict; --- 1,3 ---- ! #!perl -w use strict; Index: 14optional.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/14optional.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 14optional.t 1 Oct 2006 11:17:56 -0000 1.3 --- 14optional.t 27 Apr 2007 06:01:57 -0000 1.4 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 33nslong.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/33nslong.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 33nslong.t 19 Aug 2006 14:06:25 -0000 1.1 --- 33nslong.t 27 Apr 2007 06:01:57 -0000 1.2 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 15create.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/15create.t,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 15create.t 1 Oct 2006 11:17:56 -0000 1.2 --- 15create.t 27 Apr 2007 06:01:57 -0000 1.3 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 31nsmultiple.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/31nsmultiple.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 31nsmultiple.t 2 Oct 2006 19:53:06 -0000 1.1 --- 31nsmultiple.t 27 Apr 2007 06:01:57 -0000 1.2 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 02load-all.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/02load-all.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 02load-all.t 1 Oct 2006 11:17:56 -0000 1.3 --- 02load-all.t 27 Apr 2007 06:01:57 -0000 1.4 *************** *** 1,3 **** ! #!perl -T -w use strict; --- 1,3 ---- ! #!perl -w use strict; Index: 30nsbasic.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/30nsbasic.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 30nsbasic.t 2 Oct 2006 21:59:40 -0000 1.3 --- 30nsbasic.t 27 Apr 2007 06:01:57 -0000 1.4 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 13long.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/13long.t,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 13long.t 1 Oct 2006 11:17:56 -0000 1.4 --- 13long.t 27 Apr 2007 06:01:57 -0000 1.5 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 20tie-basic.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/20tie-basic.t,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** 20tie-basic.t 2 Oct 2006 20:55:42 -0000 1.6 --- 20tie-basic.t 27 Apr 2007 06:01:57 -0000 1.7 *************** *** 1,3 **** ! #!perl -T -w use strict; --- 1,3 ---- ! #!perl -w use strict; Index: 39nsempty.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/39nsempty.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 39nsempty.t 19 Aug 2006 14:06:25 -0000 1.1 --- 39nsempty.t 27 Apr 2007 06:01:57 -0000 1.2 *************** *** 1,3 **** ! #!perl -T # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 22tie-nonuser.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/22tie-nonuser.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 22tie-nonuser.t 2 Oct 2006 20:55:42 -0000 1.1 --- 22tie-nonuser.t 27 Apr 2007 06:01:57 -0000 1.2 *************** *** 1,3 **** ! #!perl -T -w use strict; --- 1,3 ---- ! #!perl -w use strict; Index: 11basic.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/11basic.t,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 11basic.t 1 Oct 2006 11:17:56 -0000 1.4 --- 11basic.t 27 Apr 2007 06:01:57 -0000 1.5 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 00load.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/00load.t,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 00load.t 1 Oct 2006 11:17:56 -0000 1.4 --- 00load.t 27 Apr 2007 06:01:57 -0000 1.5 *************** *** 1,3 **** ! #!perl -T -w use strict; --- 1,3 ---- ! #!perl -w use strict; Index: 16replace.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/16replace.t,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 16replace.t 1 Oct 2006 11:17:56 -0000 1.2 --- 16replace.t 27 Apr 2007 06:01:57 -0000 1.3 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 17createreplace.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/17createreplace.t,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** 17createreplace.t 1 Oct 2006 11:17:56 -0000 1.2 --- 17createreplace.t 27 Apr 2007 06:01:57 -0000 1.3 *************** *** 1,3 **** ! #!perl -T -w # Before `make install' is performed this script should be runnable with --- 1,3 ---- ! #!perl -w # Before `make install' is performed this script should be runnable with Index: 32nsnonuser.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/32nsnonuser.t,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 32nsnonuser.t 30 Sep 2006 22:10:12 -0000 1.3 --- 32nsnonuser.t 27 Apr 2007 06:01:57 -0000 1.4 *************** *** 1,3 **** ! #!perl -T # -*-perl-*- --- 1,3 ---- ! #!perl -w # -*-perl-*- Index: 18list.t =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/t/18list.t,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 18list.t 6 Apr 2007 11:35:50 -0000 1.1 --- 18list.t 27 Apr 2007 06:01:57 -0000 1.2 *************** *** 1,3 **** ! #!perl -T -w use strict; --- 1,3 ---- ! #!perl -w use strict; |