diff options
Diffstat (limited to 'contrib/perl5/t/io')
-rwxr-xr-x | contrib/perl5/t/io/argv.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/dup.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/fs.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/inplace.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/pipe.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/print.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/read.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/io/tell.t | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/contrib/perl5/t/io/argv.t b/contrib/perl5/t/io/argv.t index d99865e142ebe..be4e0f97bdc48 100755 --- a/contrib/perl5/t/io/argv.t +++ b/contrib/perl5/t/io/argv.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: argv.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:25 $ +# $RCSfile: argv.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..5\n"; diff --git a/contrib/perl5/t/io/dup.t b/contrib/perl5/t/io/dup.t index f312671e56bed..1f88dbac995bb 100755 --- a/contrib/perl5/t/io/dup.t +++ b/contrib/perl5/t/io/dup.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dup.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:27 $ +# $RCSfile: dup.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..6\n"; diff --git a/contrib/perl5/t/io/fs.t b/contrib/perl5/t/io/fs.t index 164a6676e68b6..e9c3db904e543 100755 --- a/contrib/perl5/t/io/fs.t +++ b/contrib/perl5/t/io/fs.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: fs.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:28 $ +# $RCSfile: fs.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/io/inplace.t b/contrib/perl5/t/io/inplace.t index ff410a7b5fcad..121b59df20cff 100755 --- a/contrib/perl5/t/io/inplace.t +++ b/contrib/perl5/t/io/inplace.t @@ -2,7 +2,7 @@ $^I = $^O eq 'VMS' ? '_bak' : '.bak'; -# $RCSfile: inplace.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:29 $ +# $RCSfile: inplace.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..2\n"; diff --git a/contrib/perl5/t/io/pipe.t b/contrib/perl5/t/io/pipe.t index ba7a9b093b667..d9d82a59bd862 100755 --- a/contrib/perl5/t/io/pipe.t +++ b/contrib/perl5/t/io/pipe.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: pipe.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:31 $ +# $RCSfile: pipe.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/io/print.t b/contrib/perl5/t/io/print.t index 180b1e88d721c..b99d88cec89b0 100755 --- a/contrib/perl5/t/io/print.t +++ b/contrib/perl5/t/io/print.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: print.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:32 $ +# $RCSfile: print.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..16\n"; diff --git a/contrib/perl5/t/io/read.t b/contrib/perl5/t/io/read.t index b27fde17c7ba0..a1af3fdeaf5f4 100755 --- a/contrib/perl5/t/io/read.t +++ b/contrib/perl5/t/io/read.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile$ +# $RCSfile: read.t,v $ print "1..1\n"; diff --git a/contrib/perl5/t/io/tell.t b/contrib/perl5/t/io/tell.t index 83904e88bba88..e8c8a9de47d68 100755 --- a/contrib/perl5/t/io/tell.t +++ b/contrib/perl5/t/io/tell.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: tell.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:33 $ +# $RCSfile: tell.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..13\n"; |