Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4414126

sanityck testing Solaris version number can be simplified

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 1.3.1
    • 1.4.0
    • infrastructure
    • None
    • rc1
    • generic
    • generic



        Name: dm26566 Date: 02/09/2001


        The following line in sanityck can be simplified:
           if [ \! \( $v1 -ge 5 -a $v2 -ge 6 \) ]; then echo '
           ...
        to:
           if [ $v1 -ne 5 -o $v2 -lt 6 ]; then echo '
           ...



        ======================================================================

              dmcduffisunw Dale Mcduffie (Inactive)
              dmcduffisunw Dale Mcduffie (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: