Author: jisom
Date: Sun Feb 12 15:34:16 2006
New Revision: 11516

Modified:
   trunk/t/dynoplibs/myops.t
Log:
Make hcf pass on freebsd and openbsd


Modified: trunk/t/dynoplibs/myops.t
==============================================================================
--- trunk/t/dynoplibs/myops.t   (original)
+++ trunk/t/dynoplibs/myops.t   Sun Feb 12 15:34:16 2006
@@ -57,7 +57,7 @@ CODE

 fortytwo

 OUTPUT

 

-pir_output_is(<< 'CODE', << 'OUTPUT', "hcf");

+pir_output_like(<< 'CODE', << 'OUTPUT', "hcf");

 .sub main :main

     loadlib P1, "myops_ops"

     print "neither here\n"

@@ -65,7 +65,8 @@ pir_output_is(<< 'CODE', << 'OUTPUT', "h
     print "nor there\n"

 .end

 CODE

-neither here

+/neither here

+(?!nor there)/

 OUTPUT

 

 {

Reply via email to