diff options
-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'); |