From 21fa6956243df9cb622bebfa0934ea7923519b4f Mon Sep 17 00:00:00 2001 From: "Craig A. Berry" Date: Wed, 4 Jul 2007 16:07:33 +0000 Subject: [PATCH] VMS syntax nit in new MakeMaker test. p4raw-id: //depot/perl@31534 --- lib/ExtUtils/t/cd.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.7.4