diff options
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 70f24055b067..87a1ddbda60d 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.8 1997/02/22 14:03:27 peter Exp $ SHELL= /bin/sh ED= ${.OBJDIR}/ed diff --git a/bin/ed/test/README b/bin/ed/test/README index 72c7217f0f0e..14d8c46352df 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,4 +1,4 @@ -# $Id$ +# $Id: README,v 1.6 1997/02/22 14:03:28 peter Exp $ 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 f58c60977b5b..287aee24d978 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 # -# $Id$ +# $Id: ckscripts.sh,v 1.5 1997/02/22 14:03:30 peter Exp $ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh index 3e1a3d4c543a..c9bed1528bde 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 # -# $Id$ +# $Id: mkscripts.sh,v 1.5 1997/02/22 14:03:33 peter Exp $ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 |
