Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT)
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Use `unlink' where appropriate.
# (correspondingly "not ok 13") depending on the success of chunk 13
# of the test code):
-system 'cmd', '/c', 'del t.out';
+unlink 't.out' if -f 't.out';
system 'cmd', '/c', 'echo OK > t.out';
{