From 2787321c9fb8bc64d38302114dd46667b385a187 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 23 Jul 1994 18:14:06 +0000 Subject: [PATCH] Submitted by: phk Got rid of a couple of binary files by uuencoding. 49 more to go. BTW: ed(1) seems to have an exit(2) problem, 5 tests fail. --- bin/ed/test/Makefile | 4 +++- bin/ed/test/ascii.d.uu | 9 +++++++++ bin/ed/test/ascii.r.uu | 9 +++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 bin/ed/test/ascii.d.uu create mode 100644 bin/ed/test/ascii.r.uu diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index 84166c141679..9bf8e58de614 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -11,6 +11,8 @@ check: build test build: mkscripts.sh @if [ -f errs.o ]; then :; else \ + uudecode < ascii.d.uu ; \ + uudecode < ascii.r.uu ; \ echo "building test scripts for $(ED) ..."; \ $(SHELL) mkscripts.sh $(ED); \ fi @@ -20,4 +22,4 @@ test: build ckscripts.sh @$(SHELL) ckscripts.sh $(ED) clean: - rm -f *.ed *.red *.[oz] *~ + rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r diff --git a/bin/ed/test/ascii.d.uu b/bin/ed/test/ascii.d.uu new file mode 100644 index 000000000000..0b0a73c27942 --- /dev/null +++ b/bin/ed/test/ascii.d.uu @@ -0,0 +1,9 @@ +begin 644 ascii.d +M``$"`P0%!@<("0H+#`T.#Q`1$A,4%187&!D:&QP='A\@(2(C)"4F)R@I*BLL +M+2XO,#$R,S0U-C'EZ>WQ]?G^`@8*#A(6& +MAXB)BHN,C8Z/D)&2DY25EI>8F9J;G)V>GZ"AHJ.DI::GJ*FJJZRMKJ^PL;*S +MM+6VM[BYNKN\O;Z_P,'"P\3%QL?(R+CY.7FY^CIZNOL[>[O\/'R\_3U]O?X^?K[_/W^_]/4 +` +end diff --git a/bin/ed/test/ascii.r.uu b/bin/ed/test/ascii.r.uu new file mode 100644 index 000000000000..9ca88b4d10fe --- /dev/null +++ b/bin/ed/test/ascii.r.uu @@ -0,0 +1,9 @@ +begin 644 ascii.r +M``$"`P0%!@<("0H+#`T.#Q`1$A,4%187&!D:&QP='A\@(2(C)"4F)R@I*BLL +M+2XO,#$R,S0U-C'EZ>WQ]?G^`@8*#A(6& +MAXB)BHN,C8Z/D)&2DY25EI>8F9J;G)V>GZ"AHJ.DI::GJ*FJJZRMKJ^PL;*S +MM+6VM[BYNKN\O;Z_P,'"P\3%QL?(R+CY.7FY^CIZNOL[>[O\/'R\_3U]O?X^?K[_/W^_]/4 +` +end