From a67229c9402418aacbc50fc8b8152d0f57c822a8 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 20 Sep 2013 17:28:58 +0200 Subject: Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b. --- .../patches/disable-tests-which-need-dev-tty.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 debian/patches/disable-tests-which-need-dev-tty.patch (limited to 'debian/patches/disable-tests-which-need-dev-tty.patch') diff --git a/debian/patches/disable-tests-which-need-dev-tty.patch b/debian/patches/disable-tests-which-need-dev-tty.patch deleted file mode 100644 index 6c2233f3e..000000000 --- a/debian/patches/disable-tests-which-need-dev-tty.patch +++ /dev/null @@ -1,29 +0,0 @@ -Description: Disable /dev/tty needing test in test-suite - One test in C02cond.ztst of the upstream test-suite always fails if - /dev/tty does not exist or is no character device.. - . - This may be the case on the GNU/Hurd buildds. - . - This patch removes that test. As this is not always wanted, this test - should never be listed in debian/patches/series, but will be applied - when necessary by debian/patch-test-suite.sh. - . - Again: DO NOT LIST THIS PATCH IN THE series FILE. -Author: Axel Beckert - -Index: zsh/Test/C02cond.ztst -=================================================================== ---- zsh.orig/Test/C02cond.ztst 2013-09-14 02:42:12.000000000 +0200 -+++ zsh/Test/C02cond.ztst 2013-09-20 16:04:20.000000000 +0200 -@@ -41,11 +41,6 @@ - fi - 0D:-b cond - -- # Use hardcoded /dev/tty because globbing inside /dev fails on Cygwin -- char=/dev/tty -- [[ -c $char && ! -c $zerolength ]] --0:-c cond -- - [[ -d . && ! -d zerolength ]] - 0:-d cond - -- cgit v1.2.3