diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
| commit | 148531ef1e6681bf21fa82c8afd667377b9c057f (patch) | |
| tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /bin | |
| parent | 3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff) | |
Notes
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 5e19e782632a8..4fdaae4b576ba 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 ab66b9228cd5f..72c7217f0f0ef 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 edc935d287016..f58c60977b5b9 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 fa3147f56328a..3e1a3d4c543a4 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 |
