summaryrefslogtreecommitdiff
path: root/t/base
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-11-18 18:16:39 -0600
committerSteve Peters <steve@fisharerojo.org>2005-11-20 02:41:01 +0000
commitf97d6588554acc8b88e745a23fe1f1d5fd04dfae (patch)
treec7494d09164c09e576845154d43cb22a4e5e8381 /t/base
parente8dda941161b48515d0da4da6e5157084cbd1df0 (diff)
downloadperl-f97d6588554acc8b88e745a23fe1f1d5fd04dfae.tar.gz
Pulling ancient RCS comments
Message-ID: <20051119061639.GA25086@petdance.com> p4raw-id: //depot/perl@26178
Diffstat (limited to 't/base')
-rwxr-xr-xt/base/cond.t2
-rwxr-xr-xt/base/if.t2
-rwxr-xr-xt/base/pat.t2
-rwxr-xr-xt/base/term.t2
4 files changed, 0 insertions, 8 deletions
diff --git a/t/base/cond.t b/t/base/cond.t
index 9a57348474..e2ef358f9a 100755
--- a/t/base/cond.t
+++ b/t/base/cond.t
@@ -1,7 +1,5 @@
#!./perl
-# $RCSfile: cond.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:02 $
-
# make sure conditional operators work
print "1..4\n";
diff --git a/t/base/if.t b/t/base/if.t
index 12db7652e4..f093b0d580 100755
--- a/t/base/if.t
+++ b/t/base/if.t
@@ -1,7 +1,5 @@
#!./perl
-# $RCSfile: if.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:03 $
-
print "1..2\n";
# first test to see if we can run the tests.
diff --git a/t/base/pat.t b/t/base/pat.t
index c689f4552d..9e3f6151e0 100755
--- a/t/base/pat.t
+++ b/t/base/pat.t
@@ -1,7 +1,5 @@
#!./perl
-# $RCSfile: pat.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:05 $
-
print "1..2\n";
# first test to see if we can run the tests.
diff --git a/t/base/term.t b/t/base/term.t
index 2d3fe5a5e1..83a32aa178 100755
--- a/t/base/term.t
+++ b/t/base/term.t
@@ -1,7 +1,5 @@
#!./perl
-# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:07 $
-
BEGIN {
chdir 't' if -d 't';
}