bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vms:test variables


From: h.becker
Subject: Re: vms:test variables
Date: Sat, 12 Apr 2014 00:18:56 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130519 Icedove/17.0.5

I hacked a fix for the automatic variables. To pass the test, the vms
version of the test script needs a fix as well:

--- ../origtests/automatic      Fri Apr 11 18:11:32 2014
+++ tests/scripts/variables/automatic   Fri Apr 11 18:10:19 2014
@@ -73,9 +73,10 @@
   # Fix vms directory syntax
   $answer =~ s#\]/#\]#g;
   # vms returns current directory as []
-  $answer =~ s#\s\.,# \[\],#;
+  $answer =~ s#\s\.,# \[\],#g;
   # vms returns current directory as [] with a comma separator
   $answer =~ s#\s\.\s# \[\],#g;
+  $answer =~ s#\]\s\[#\],\[#g;
   # vms has comma separator instead of space.
   $answer =~ s/baz\.z\s\[/baz\.z,\[/g;
   $answer =~ s/baz\.z\sb/baz\.z,b/g;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]