Test patches for OS/2
[p5sagit/p5-mst-13.2.git] / os2 / OS2 / REXX / t / rx_cmprt.t
index a73e43e..f2113e3 100644 (file)
@@ -2,7 +2,7 @@ BEGIN {
     chdir 't' if -d 't/lib';
     @INC = '../lib' if -d 'lib';
     require Config; import Config;
-    if (-d 'lib' and $Config{'extensions'} !~ /\bOS2::REXX\b/) {
+    if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
        print "1..0\n";
        exit 0;
     }