From 156e6cc237dda13e654d12dd20c1ab6bae245e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Sun, 2 Mar 2014 21:53:37 +0100 Subject: [PATCH] Temporarily disable nohup.sh test, strange /dev/tty issue fail --- coreutils-6.10-configuration.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch index 54df1d6..b5f882f 100644 --- a/coreutils-6.10-configuration.patch +++ b/coreutils-6.10-configuration.patch @@ -155,3 +155,15 @@ diff -urNp coreutils-8.21-orig/tests/touch/no-dereference.sh coreutils-8.21/test # Changing time of dangling symlink is okay. # Skip the test if this fails, but the error text corresponds to +diff -urNp coreutils-8.22-orig/tests/misc/nohup.sh coreutils-8.22/tests/misc/nohup.sh +--- coreutils-8.22-orig/tests/misc/nohup.sh 2013-12-04 15:48:30.000000000 +0100 ++++ coreutils-8.22/tests/misc/nohup.sh 2014-03-02 21:51:01.972887749 +0100 +@@ -19,6 +19,8 @@ + . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src + print_ver_ nohup + ++#mark it expensive, to temporarily skip the test in koji ++expensive_ + + nohup sh -c 'echo stdout; echo stderr 1>&2' 2>err || fail=1 +