diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
commit | 860c2cf2bc6592828a3468ab8ee661042b059ae8 (patch) | |
tree | fde30676422ab07fdec2d11fde3fc5693fdbb8cf /bin/test/TEST.csh | |
parent | b61013aa0c73c687493c80193bc040d29b351fb8 (diff) |
Diffstat (limited to 'bin/test/TEST.csh')
-rw-r--r-- | bin/test/TEST.csh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index b18fefbaf9406..eda32b3a34dff 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 -# $Id$ +# $Id: TEST.csh,v 1.3 1994/09/24 02:59:11 davidg Exp $ #alias t '/usr/src/bin/test/obj/test \!*; echo $status' alias t '/bin/test \!*; echo $status' |