From: Rafael Garcia-Suarez Date: Fri, 20 May 2005 07:16:59 +0000 (+0000) Subject: Gisle noted an unused variable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78b9063ba31cc2a48b78683b758601c04e4eb340;p=p5sagit%2Fp5-mst-13.2.git Gisle noted an unused variable p4raw-id: //depot/perl@24507 --- diff --git a/t/run/exit.t b/t/run/exit.t index 1ceee16..ef39e04 100644 --- a/t/run/exit.t +++ b/t/run/exit.t @@ -8,9 +8,6 @@ BEGIN { @INC = qw(. ../lib); } -# VMS and Windows need -e "...", most everything else works better with ' -my $quote = $^O =~ /^(VMS|MSWin\d+)$/ ? q{"} : q{'}; - # Run some code, return its wait status. sub run { my($code) = shift;