diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/ed/test | |
parent | ecf45268515a5c2dec147e793d4870a2d411e91e (diff) | |
download | FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.zip FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'bin/ed/test')
-rw-r--r-- | bin/ed/test/Makefile | 2 | ||||
-rw-r--r-- | bin/ed/test/README | 2 | ||||
-rw-r--r-- | bin/ed/test/ckscripts.sh | 2 | ||||
-rw-r--r-- | bin/ed/test/mkscripts.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index f8a2d16..70f2405 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ SHELL= /bin/sh ED= ${.OBJDIR}/ed diff --git a/bin/ed/test/README b/bin/ed/test/README index 3938b93..72c7217 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ The files in this directory with suffixes `.t', `.d', `.r' and `.err' are used for testing ed. To run the tests, set the ED variable in the Makefile diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index 1eb244b..f58c609 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -3,7 +3,7 @@ # and compares their output against the .r files, which contain # the correct output # -# $FreeBSD$ +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh index 2b356d1..3e1a3d4 100644 --- a/bin/ed/test/mkscripts.sh +++ b/bin/ed/test/mkscripts.sh @@ -1,7 +1,7 @@ #!/bin/sh - # This script generates ed test scripts (.ed) from .t files # -# $FreeBSD$ +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 |