X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fio%2Ftell.t;h=5badafeacba0d0ae430fad0a1c576101a4cfed86;hb=a0d0e21ea6ea90a22318550944fe6cb09ae10cda;hp=cb1fc4c3be986c1f92d329878fbf495c19e70b29;hpb=fe14fcc35f78a371a174a1d14256c2f35ae4262b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/io/tell.t b/t/io/tell.t old mode 100644 new mode 100755 index cb1fc4c..5badafe --- a/t/io/tell.t +++ b/t/io/tell.t @@ -1,12 +1,12 @@ #!./perl -# $Header: tell.t,v 4.0 91/03/20 01:51:14 lwall Locked $ +# $RCSfile: tell.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:33 $ print "1..13\n"; $TST = 'tst'; -open($TST, '../Makefile') || (die "Can't open ../Makefile"); +open($TST, '../Configure') || (die "Can't open ../Configure"); if (eof(tst)) { print "not ok 1\n"; } else { print "ok 1\n"; }