Skip to content

Commit

Permalink
remove S16-filehandles/io.t tempfile, and .gitignore *.niecza
Browse files Browse the repository at this point in the history
  • Loading branch information
mberends committed Mar 23, 2011
1 parent 3977901 commit b0d6bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
*.rakudo
*.niecza
2 changes: 2 additions & 0 deletions S16-filehandles/io.t
Expand Up @@ -231,6 +231,8 @@ nok $filename.IO ~~ :e, '... and the tempfile is gone, really';
is $buf.decode("ISO-8859-1"), "föö", "the bytes decode into the right Str";
}

unlink($filename);

done;

# vim: ft=perl6

0 comments on commit b0d6bcf

Please sign in to comment.