X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbase%2Frs.t;h=e470f3a30c11a65fbe5d4f896439263cd569eff4;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=021d699e2e8737bae6dfb2086a767484e869c085;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/base/rs.t b/t/base/rs.t index 021d699..e470f3a 100755 --- a/t/base/rs.t +++ b/t/base/rs.t @@ -6,6 +6,8 @@ print "1..14\n"; $teststring = "1\n12\n123\n1234\n1234\n12345\n\n123456\n1234567\n"; # Create our test datafile +1 while unlink 'foo'; # in case junk left around +rmdir 'foo'; open TESTFILE, ">./foo" or die "error $! $^E opening"; binmode TESTFILE; print TESTFILE $teststring;