IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2006, 9:02:30 AM (20 years ago)
Author:
eugene
Message:

updated tests from mark pitts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/test/for.sh

    r9472 r10311  
    9898   end
    9999  end   
     100
     101  $PASS = 1
    100102 
    101103  if (($i != 30) || ($N != 31))
     
    151153 $endmem = $word:1
    152154
     155 $PASS = 1
     156
    153157 if ($endmem - $startmem > 10)
    154158   $PASS = 0
     
    182186 $endmem = $word:1
    183187
     188 $PASS = 1
     189
    184190 if ($i != 9999)
    185191   $PASS = 0
Note: See TracChangeset for help on using the changeset viewer.