[csw-users] Small bug in bin/checkpkg (with test case and patch)

Alessio a.cervellin at acm.org
Wed Jun 4 19:18:12 CEST 2008


Michael van der Westhuizen wrote:
> Hi All,
> 
> I've found a small bug in bin/checkpkg which prevents pm_digestmd2
> from passing checkpkg.
> 
> The test case looks like this:
> ---- snip ----
> #!/bin/ksh -p
> 
> software=pm_digestmd2
> 
> case $software in
>      *[A-Z]*)
>         echo "Existing method: FAIL"
>         ;;
>      *)
>         echo "Existing method: PASS"
>         ;;
> esac

this reports PASS in my environment, why should it FAIL?



More information about the users mailing list