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/getchr.sh

    r6265 r10311  
    55end
    66
    7 # test that config does not return an error
     7# index test
    88macro test1
    99 $PASS = 1
     
    1414end
    1515
    16 # test that config does not return an error
     16# null test
    1717macro test2
    1818 $PASS = 1
    19  getchr "a long string.string" a var
    20  if ($var != 0)
     19 getchr "a long string.string" x var
     20 if ($var != -1)
    2121   $PASS = 0
    2222 end
Note: See TracChangeset for help on using the changeset viewer.