diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2003-08-02 23:21:41 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-03 12:50:07 +0000 |
commit | 670c206d1fe305b38dfbb1e20e5c966dc1f8e9e6 (patch) | |
tree | 7b54ee759630293119d4839153830b5b53035e60 /lib/Shell.t | |
parent | 452932c35a5cd0aae80a37f9e3a551b9fc75f50d (diff) | |
download | perl-670c206d1fe305b38dfbb1e20e5c966dc1f8e9e6.tar.gz |
Shell.t
Message-ID: <20030803132141.GA5156@math.berkeley.edu>
p4raw-id: //depot/perl@20450
Diffstat (limited to 'lib/Shell.t')
-rw-r--r-- | lib/Shell.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Shell.t b/lib/Shell.t index c7c45d3f2c..106cd2a51d 100644 --- a/lib/Shell.t +++ b/lib/Shell.t @@ -30,7 +30,7 @@ END { -f $tmpfile && (open STDERR, '>&SAVERR' and unlink $tmpfile) } open(SAVERR, ">&STDERR"); open(STDERR, ">$tmpfile"); -xXx(); # Ok someone could have a program called this :( +xXx_not_there(); # Ok someone could have a program called this :( # On os2 the warning is on by default... ok(($^O eq 'os2' xor !(-s $tmpfile)), '$Shell::capture_stderr'); |