From: Craig A. Berry <craigberry@mac.com>
Date: Wed, 4 Jul 2007 16:07:33 +0000 (+0000)
Subject: VMS syntax nit in new MakeMaker test.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21fa6956243df9cb622bebfa0934ea7923519b4f;p=p5sagit%2Fp5-mst-13.2.git

VMS syntax nit in new MakeMaker test.

p4raw-id: //depot/perl@31534
---

diff --git a/lib/ExtUtils/t/cd.t b/lib/ExtUtils/t/cd.t
index 1ae2132..9d62d13 100644
--- a/lib/ExtUtils/t/cd.t
+++ b/lib/ExtUtils/t/cd.t
@@ -60,8 +60,8 @@ SKIP: {
     use ExtUtils::MM_VMS;
     is +ExtUtils::MM_VMS->cd(@cd_args),
 q{startdir = F$Environment("Default")
-	Set Default some/dir
+	Set Default [.some.dir]
 	command1
 	command2
 	Set Default 'startdir'};
-}
\ No newline at end of file
+}