summaryrefslogtreecommitdiff
path: root/debian/patches/disable-tests-which-need-dev-tty.patch
AgeCommit message (Collapse)AuthorFilesLines
2013-09-20Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test ↵Axel Beckert1-29/+0
assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b.
2013-09-20Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptionsAxel Beckert1-0/+29
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.