diff options
Diffstat (limited to 'contrib/perl5/t/base')
-rwxr-xr-x | contrib/perl5/t/base/cond.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/base/if.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/base/lex.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/base/pat.t | 2 | ||||
-rwxr-xr-x | contrib/perl5/t/base/term.t | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/perl5/t/base/cond.t b/contrib/perl5/t/base/cond.t index 9a57348474eca..67749c0f6e363 100755 --- a/contrib/perl5/t/base/cond.t +++ b/contrib/perl5/t/base/cond.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: cond.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:02 $ +# $RCSfile: cond.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ # make sure conditional operators work diff --git a/contrib/perl5/t/base/if.t b/contrib/perl5/t/base/if.t index 12db7652e49be..8583858cf1dd1 100755 --- a/contrib/perl5/t/base/if.t +++ b/contrib/perl5/t/base/if.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: if.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:03 $ +# $RCSfile: if.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..2\n"; diff --git a/contrib/perl5/t/base/lex.t b/contrib/perl5/t/base/lex.t index 045cb22eb0757..a405c7ebdfb93 100755 --- a/contrib/perl5/t/base/lex.t +++ b/contrib/perl5/t/base/lex.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: lex.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:04 $ +# $RCSfile: lex.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..30\n"; diff --git a/contrib/perl5/t/base/pat.t b/contrib/perl5/t/base/pat.t index c689f4552d94d..68b03a9f663a8 100755 --- a/contrib/perl5/t/base/pat.t +++ b/contrib/perl5/t/base/pat.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: pat.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:05 $ +# $RCSfile: pat.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..2\n"; diff --git a/contrib/perl5/t/base/term.t b/contrib/perl5/t/base/term.t index e96313dec57c7..d50fe43d7362d 100755 --- a/contrib/perl5/t/base/term.t +++ b/contrib/perl5/t/base/term.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:07 $ +# $RCSfile: term.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ BEGIN { chdir 't' if -d 't'; |