Shell.t
authorIlya Zakharevich <ilya@math.berkeley.edu>
Sun, 3 Aug 2003 06:21:41 +0000 (23:21 -0700)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 3 Aug 2003 12:50:07 +0000 (12:50 +0000)
Message-ID: <20030803132141.GA5156@math.berkeley.edu>

p4raw-id: //depot/perl@20450

lib/Shell.t

index c7c45d3..106cd2a 100644 (file)
@@ -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');