RT#69616: regexp SVs lose regexpness in assignment
[p5sagit/p5-mst-13.2.git] / t / op / groups.t
old mode 100755 (executable)
new mode 100644 (file)
index 404b8cd..0ef15ad
@@ -137,7 +137,7 @@ for (split(' ', $()) {
 print "# gr = @gr\n";
 
 my %did;
-if ($^O =~ /^(?:uwin|cygwin|interix|solaris|linux)$/) {
+if ($^O =~ /^(?:uwin|cygwin|interix|solaris|linux|darwin)$/) {
        # Or anybody else who can have spaces in group names.
        $gr1 = join(' ', grep(!$did{$_}++, sort split(' ', join(' ', @gr))));
 } else {