From: Jarkko Hietaniemi Date: Thu, 17 May 2001 20:32:48 +0000 (+0000) Subject: Add better debug to glob/basic #8 as suggested by Nicholas Clark X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36bad43a54a7c90a90f0ef3c464b4224dbc21068;p=p5sagit%2Fp5-mst-13.2.git Add better debug to glob/basic #8 as suggested by Nicholas Clark in 20001222.001. p4raw-id: //depot/perl@10150 --- diff --git a/t/lib/glob-basic.t b/t/lib/glob-basic.t index 6c12c26..fe7f9ef 100755 --- a/t/lib/glob-basic.t +++ b/t/lib/glob-basic.t @@ -118,9 +118,10 @@ unless (@a == 3 and $a[1] eq 'a' and $a[2] eq 'b') { - print "not "; + print "not ok 8 # @a"; +} else { + print "ok 8\n"; } -print "ok 8\n"; # "~" should expand to $ENV{HOME} $ENV{HOME} = "sweet home";