diff options
Diffstat (limited to 't/io/tell.t')
-rwxr-xr-x | t/io/tell.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/tell.t b/t/io/tell.t index af012b08cf..5badafeacb 100755 --- a/t/io/tell.t +++ b/t/io/tell.t @@ -6,7 +6,7 @@ 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"; } |