summaryrefslogtreecommitdiff
path: root/t/op.flip
diff options
context:
space:
mode:
Diffstat (limited to 't/op.flip')
-rw-r--r--t/op.flip4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/op.flip b/t/op.flip
index 6a54b190b5..c1e6ce35dd 100644
--- a/t/op.flip
+++ b/t/op.flip
@@ -1,6 +1,6 @@
#!./perl
-# $Header: op.flip,v 1.0 87/12/18 13:13:34 root Exp $
+# $Header: op.flip,v 2.0 88/06/05 00:13:51 root Exp $
print "1..8\n";
@@ -17,7 +17,7 @@ if ($y eq '12E0123E0') {print "ok 7\n";} else {print "not ok 7\n";}
@a = ('a','b','c','d','e','f','g');
-open(of,'/etc/termcap');
+open(of,'../Makefile');
while (<of>) {
(3 .. 5) && $foo .= $_;
}