home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cproto.zip / cproto46 / testing / run_test.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1998-01-07  |  323b  |  12 lines

  1. #!/bin/sh
  2. # $Id: run_test.sh,v 4.3 1998/01/08 00:03:37 cthuang Exp $
  3. #
  4. # This test-script assumes that we can reproduce (except for minor whitespace)
  5. # the reference files listed in run_test.txt
  6. #
  7. echo '** '`date`
  8. for i in `grep 'CASE.*unix' run_test.txt | sed -e 's/^[^0-9]*//'  -e 's/[     ].*//'`
  9. do
  10.     ./testunix.sh $i
  11. done
  12.