Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    # This is a shell library for interfacing with Perl's Test::Harness fr
    +amework
    ...
            echo "1..${TEST_PLAN}"
        fi
    }
    
  2. or download this
    #!/bin/bash
    
    ...
    match "^ab[cd]efg$" "abcdefg"
    match "^ab[cd]efg$" "abhefg"
    endtests    # only needed when "no_plan" is used