IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:50:11 PM (18 years ago)
Author:
eugene
Message:

convert to new gauss-jordan code (non-Press); fixing Wall,Werror warnings; fixed bug in shell command; fixed bug in matrix element lookup

File:
1 edited

Legend:

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

    r14176 r16059  
    2020 output stdout
    2121 scan test_file.txt fscan
    22  if ("$fscan" != "This ")
     22 if ("$fscan" != "This")
    2323  $PASS = 0
    2424  echo "Default not working!"
    2525 end
    2626 scan test_file.txt fscan 4
    27  if ("$fscan" != "test ")
     27 if ("$fscan" != "test")
    2828  $PASS = 0
    2929  echo "Scan failure!"
Note: See TracChangeset for help on using the changeset viewer.