summaryrefslogtreecommitdiff
path: root/os2/OS2
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1996-10-09 22:29:44 -0400
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-10-09 22:29:44 -0400
commit89051be8c498afd1bf6d193e14c013dd36fe3e5e (patch)
treec278e9251fb82f6966071084386cc8b0fdc8549c /os2/OS2
parentdd3366de037bb2a0fdc15525c4d6e7710cc9bf63 (diff)
downloadperl-89051be8c498afd1bf6d193e14c013dd36fe3e5e.tar.gz
perl 5.003_07: os2/OS2/ExtAttr/t/os2_ea.t
Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) From: Ilya Zakharevich <ilya@math.ohio-state.edu> Use `unlink' where appropriate.
Diffstat (limited to 'os2/OS2')
-rw-r--r--os2/OS2/ExtAttr/t/os2_ea.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/OS2/ExtAttr/t/os2_ea.t b/os2/OS2/ExtAttr/t/os2_ea.t
index c1024193c1..dc6f996564 100644
--- a/os2/OS2/ExtAttr/t/os2_ea.t
+++ b/os2/OS2/ExtAttr/t/os2_ea.t
@@ -28,7 +28,7 @@ print "ok 1\n";
# (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';
{