CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/05 07:54:39
Modified files:
regress/bin/ksh: Makefile
Removed files:
regress/bin/ksh/vi: Makefile config.h edit.h sh.h test_vi.c
vi.sh
Log message:
Rewrite ksh edit mode regression tests.
Instead of calling x_vi() directly, run ksh in a pseudo tty.
This makes the process of adding tests for emacs mode simpler since the code can
be shared.
With feedback and help from millert@ and schwarze@
