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.
This commit is contained in:
parent
408dc3832a
commit
2787321c9f
@ -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
|
||||
|
9
bin/ed/test/ascii.d.uu
Normal file
9
bin/ed/test/ascii.d.uu
Normal file
@ -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<X.3H[/#T^/T!!0D-$149'2$E*2TQ-3D]045)35%565UA9
|
||||
M6EM<75Y?8&%B8V1E9F=H:6IK;&UN;W!Q<G-T=79W>'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<K+S,W.S]#1TM/4U=;7V-G:V]S=WM_@
|
||||
?X>+CY.7FY^CIZNOL[>[O\/'R\_3U]O?X^?K[_/W^_]/4
|
||||
`
|
||||
end
|
9
bin/ed/test/ascii.r.uu
Normal file
9
bin/ed/test/ascii.r.uu
Normal file
@ -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<X.3H[/#T^/T!!0D-$149'2$E*2TQ-3D]045)35%565UA9
|
||||
M6EM<75Y?8&%B8V1E9F=H:6IK;&UN;W!Q<G-T=79W>'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<K+S,W.S]#1TM/4U=;7V-G:V]S=WM_@
|
||||
?X>+CY.7FY^CIZNOL[>[O\/'R\_3U]O?X^?K[_/W^_]/4
|
||||
`
|
||||
end
|
Loading…
Reference in New Issue
Block a user