summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2001-09-28 11:24:51 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-28 22:23:53 +0000
commit546e4b85ba4cb8fd28da2519546d499dbd3c2ec1 (patch)
tree17079e481784748808d247b6d650e7cdf1f4ce27 /ext
parente11ef706d2d363da0b3789703f7738f61c575d51 (diff)
downloadperl-546e4b85ba4cb8fd28da2519546d499dbd3c2ec1.tar.gz
glob test case tweak for VMS
Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]> p4raw-id: //depot/perl@12262
Diffstat (limited to 'ext')
-rwxr-xr-xext/File/Glob/t/basic.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/File/Glob/t/basic.t b/ext/File/Glob/t/basic.t
index fe844b2b0d..65fa36a6b1 100755
--- a/ext/File/Glob/t/basic.t
+++ b/ext/File/Glob/t/basic.t
@@ -110,6 +110,7 @@ print "ok 7\n";
# Working on t/TEST often causes this test to fail because it sees Emacs temp
# and RCS files. Filter them out, and .pm files too, and patch temp files.
@a = grep !/(,v$|~$|\.(pm|ori?g|rej)$)/, @a;
+@a = (grep !/test.pl/, @a) if $^O eq 'VMS';
print "# @a\n";
@@ -118,7 +119,7 @@ unless (@a == 3
and $a[1] eq 'a'
and $a[2] eq 'b')
{
- print "not ok 8 # @a";
+ print "not ok 8 # @a\n";
} else {
print "ok 8\n";
}