[coreutils] Temporarily disable nohup.sh test, strange /dev/tty issue fail

Ondrej Vasik ovasik at fedoraproject.org
Sun Mar 2 20:52:44 UTC 2014


commit 156e6cc237dda13e654d12dd20c1ab6bae245e15
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Sun Mar 2 21:53:37 2014 +0100

    Temporarily disable nohup.sh test, strange /dev/tty issue fail

 coreutils-6.10-configuration.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
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
+ 


More information about the scm-commits mailing list