From: Ilya Zakharevich Date: Mon, 5 Oct 1998 02:39:00 +0000 (-0400) Subject: Minor test improvement X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2eecd61590cdae0bfd61080e79b0196640ecd60a;p=p5sagit%2Fp5-mst-13.2.git Minor test improvement Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1929 --- diff --git a/t/op/magic.t b/t/op/magic.t index 7f08e06..9d05b55 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -141,7 +141,7 @@ EOT if 0; EOH } - $s1 = $s2 = "\$^X is $perl, \$0 is $script\n"; + $s1 = "\$^X is $perl, \$0 is $script\n"; ok 19, open(SCRIPT, ">$script"), $!; ok 20, print(SCRIPT $headmaybe . <