home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / APPROVE next >
Text File  |  1996-06-04  |  202b  |  9 lines

  1. #! /bin/csh -f
  2. # Script to approve the output of a new run of a test file.
  3.  
  4. foreach I ($*)
  5.     echo "approving results for: $I"
  6.     cp OUT/$I:r.out REFOUT/$I:r.refout
  7.     cp ERR/$I:r.err REFERR/$I:r.referr    
  8. end
  9.