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

    r6265 r10311  
    22list tests
    33 test1
     4 test2
    45end
    56
     
    2122end
    2223
    23 # i have no idea how to test pwd automatically
     24# test that pwd output is correct
     25macro test2
     26 $PASS = 1
     27 exec touch foo.test
     28 pwd -var testdir
     29 file $testdir\/foo.test exists
     30 if ($exists != 1)
     31  $PASS = 0
     32 end
     33 exec rm foo.test
     34end
Note: See TracChangeset for help on using the changeset viewer.