|
debian/rules now calls debian/patch-test-suite.sh with some parameters
to modify or unmodify Test/C02cond.ztst in a way that either the
character device for testing zsh's -c either exists or the test for -c
is disabled at all.
There are three ways in which debian/patch-test-suite.sh can patch
Test/C02cond.ztst:
* Not at all if /dev/tty exists and is a character device.
* Replace all occurrences of /dev/tty with another tty in case
/dev/tty does not exist, but others do.
* Disable the test for zsh's -c completely if no tty at all is
available as to be tested character device.
|