From 361a15b8f4a83afeff37ca3cdf0689db0bad4dd7 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 22 Sep 1996 21:56:57 +0000 Subject: add forgotten $Id$ --- bin/Makefile.inc | 1 + bin/ed/test/README | 2 ++ bin/ed/test/ckscripts.sh | 2 ++ bin/ed/test/mkscripts.sh | 2 ++ 4 files changed, 7 insertions(+) (limited to 'bin') 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 -- cgit v1.1