diff options
author | wosch <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
commit | 361a15b8f4a83afeff37ca3cdf0689db0bad4dd7 (patch) | |
tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /bin | |
parent | 880849a80eb75b12a7a46608998c601f529e2e36 (diff) | |
download | FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.zip FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.tar.gz |
add forgotten $Id$
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.inc | 1 | ||||
-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, 7 insertions, 0 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 5e19e78..4fdaae4 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,4 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 +# $Id$ BINDIR?= /bin NOSHARED?= YES diff --git a/bin/ed/test/README b/bin/ed/test/README index ab66b92..72c7217 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,3 +1,5 @@ +# $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 for the path name of the program to be tested (e.g., /bin/ed), and type diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index edc935d..f58c609 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -2,6 +2,8 @@ # This script runs the .ed scripts generated by mkscripts.sh # and compares their output against the .r files, which contain # the correct output +# +# $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 fa3147f..3e1a3d4 100644 --- a/bin/ed/test/mkscripts.sh +++ b/bin/ed/test/mkscripts.sh @@ -1,5 +1,7 @@ #!/bin/sh - # This script generates ed test scripts (.ed) from .t files +# +# $Id$ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 |