summaryrefslogtreecommitdiff
path: root/t/comp
diff options
context:
space:
mode:
Diffstat (limited to 't/comp')
-rwxr-xr-x[-rw-r--r--]t/comp/cmdopt.t4
-rwxr-xr-x[-rw-r--r--]t/comp/cpp.t4
-rwxr-xr-x[-rw-r--r--]t/comp/decl.t2
-rwxr-xr-x[-rw-r--r--]t/comp/multiline.t2
-rwxr-xr-x[-rw-r--r--]t/comp/package.t0
-rwxr-xr-x[-rw-r--r--]t/comp/script.t2
-rwxr-xr-x[-rw-r--r--]t/comp/term.t2
7 files changed, 8 insertions, 8 deletions
diff --git a/t/comp/cmdopt.t b/t/comp/cmdopt.t
index e6e2abff75..1ee3581464 100644..100755
--- a/t/comp/cmdopt.t
+++ b/t/comp/cmdopt.t
@@ -1,6 +1,6 @@
#!./perl
-# $Header: cmdopt.t,v 4.0 91/03/20 01:49:58 lwall Locked $
+# $RCSfile: cmdopt.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:17 $
print "1..40\n";
@@ -73,7 +73,7 @@ if ($a =~ /a/ && $x) { print "ok 33\n";} else { print "not ok 33\n";}
if ($a !~ /a/ && $x) { print "not ok 34\n";} else { print "ok 34\n";}
$x = '';
if ($a =~ /a/ && $x) { print "not ok 35\n";} else { print "ok 35\n";}
- if ($a !~ /a/ && $x) { print "not ok 36\n";} else { print "ok 36\n";}
+if ($a !~ /a/ && $x) { print "not ok 36\n";} else { print "ok 36\n";}
$x = 1;
if ($a =~ /a/ || $x) { print "ok 37\n";} else { print "not ok 37\n";}
diff --git a/t/comp/cpp.t b/t/comp/cpp.t
index dca25d358b..942f77f3a1 100644..100755
--- a/t/comp/cpp.t
+++ b/t/comp/cpp.t
@@ -1,13 +1,13 @@
#!./perl -P
-# $RCSfile: cpp.t,v $$Revision: 4.0.1.1 $$Date: 92/06/08 15:42:08 $
+# $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $
open(CONFIG,"../config.sh") || die;
while (<CONFIG>) {
if (/^cppstdin/) {
if (/^cppstdin='(.*cppstdin)'/ && ! -e $1) {
print "1..0\n";
- exit; # Can't test till after install, alas.
+ exit; # Cannot test till after install, alas.
}
last;
}
diff --git a/t/comp/decl.t b/t/comp/decl.t
index af8bf05ba8..32b8509df7 100644..100755
--- a/t/comp/decl.t
+++ b/t/comp/decl.t
@@ -1,6 +1,6 @@
#!./perl
-# $Header: decl.t,v 4.0 91/03/20 01:50:09 lwall Locked $
+# $RCSfile: decl.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:19 $
# check to see if subroutine declarations work everwhere
diff --git a/t/comp/multiline.t b/t/comp/multiline.t
index 55650813f4..1d238f95b3 100644..100755
--- a/t/comp/multiline.t
+++ b/t/comp/multiline.t
@@ -1,6 +1,6 @@
#!./perl
-# $Header: multiline.t,v 4.0 91/03/20 01:50:15 lwall Locked $
+# $RCSfile: multiline.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:20 $
print "1..5\n";
diff --git a/t/comp/package.t b/t/comp/package.t
index 5237011a62..5237011a62 100644..100755
--- a/t/comp/package.t
+++ b/t/comp/package.t
diff --git a/t/comp/script.t b/t/comp/script.t
index 8e882933ce..7dd78cdd95 100644..100755
--- a/t/comp/script.t
+++ b/t/comp/script.t
@@ -1,6 +1,6 @@
#!./perl
-# $Header: script.t,v 4.0 91/03/20 01:50:26 lwall Locked $
+# $RCSfile: script.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:23 $
print "1..3\n";
diff --git a/t/comp/term.t b/t/comp/term.t
index 1012f949ba..b248e9b161 100644..100755
--- a/t/comp/term.t
+++ b/t/comp/term.t
@@ -1,6 +1,6 @@
#!./perl
-# $Header: term.t,v 4.0 91/03/20 01:50:36 lwall Locked $
+# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:24 $
# tests that aren't important enough for base.term