added cvs identifier

This commit is contained in:
gdr 1997-10-03 04:11:06 +00:00
parent 1f728a69a6
commit 942e883d2f
4 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Tests for cut command; invoked by command file "fulltests"
# Written by Dave Tribby (August 1997)
# $Id: dotests,v 1.2 1997/10/03 04:06:34 gdr Exp $
# Can generate a set of test files by the following:
# You can generate a set of test files with the following:
# ll /bin > cut.f1.columns
# tr ' ' '\t' < cut.f1.columns | tr -s '\t' > cut.f1.tab
# tr '\t' ';' < cut.f1.tab > cut.f1.semi

View File

@ -1,5 +1,6 @@
# gsh script to run tests and collect results
# Written by Dave Tribby * August 1997
# $Id: fulltests,v 1.3 1997/10/03 04:06:35 gdr Exp $
# Name of gsh script containing test cases
set command="dotests"

View File

@ -1,5 +1,6 @@
# Tests for tr command; invoked by command file "fulltests"
# Written by Dave Tribby (August 1997)
# $Id: dotests,v 1.2 1997/10/03 04:11:05 gdr Exp $
# Location of the tr command to be tested
set testcmd="../tr"

View File

@ -1,5 +1,6 @@
# gsh script to run tests and collect results
# Written by Dave Tribby * August 1997
# $Id: fulltests,v 1.3 1997/10/03 04:11:06 gdr Exp $
# Name of gsh script containing test cases
set command="dotests"