Changeset 10311 for trunk/Ohana/src/opihi/cmd.basic/test/cd.sh
- Timestamp:
- Nov 30, 2006, 9:02:30 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/test/cd.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/test/cd.sh
r6265 r10311 2 2 list tests 3 3 test1 4 test2 4 5 end 5 6 … … 21 22 end 22 23 23 # i have no idea how to test pwd automatically 24 # test that pwd output is correct 25 macro 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 34 end
Note:
See TracChangeset
for help on using the changeset viewer.
