From c9e9ece7a386ed2c53bb463892c1cd8967510d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Wed, 23 Jan 2013 10:40:24 +0100 Subject: [PATCH] move inotify-hash-abuse test to root only to disable it in koji builds (fails too often in rawhide) --- coreutils-6.10-configuration.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch index 0fa0c2a..54b31dc 100644 --- a/coreutils-6.10-configuration.patch +++ b/coreutils-6.10-configuration.patch @@ -136,3 +136,22 @@ diff -urNp coreutils-8.13-orig/tests/touch/no-dereference.sh coreutils-8.13/test # Changing time of dangling symlink is okay. # Skip the test if this fails, but the error text corresponds to +diff -urNp coreutils-8.20-orig/tests/local.mk coreutils-8.20/tests/local.mk +--- coreutils-8.20-orig/tests/local.mk 2013-01-23 09:50:18.388078004 +0100 ++++ coreutils-8.20/tests/local.mk 2013-01-23 10:39:09.090085667 +0100 +@@ -130,6 +130,7 @@ all_root_tests = \ + tests/rm/no-give-up.sh \ + tests/rm/one-file-system.sh \ + tests/rm/read-only.sh \ ++ tests/tail-2/inotify-hash-abuse.sh \ + tests/tail-2/append-only.sh \ + tests/touch/now-owned-by-other.sh + +@@ -162,7 +163,6 @@ all_tests = \ + tests/rm/cycle.sh \ + tests/cp/link-heap.sh \ + tests/misc/tty-eof.pl \ +- tests/tail-2/inotify-hash-abuse.sh \ + tests/tail-2/inotify-hash-abuse2.sh \ + tests/tail-2/F-vs-missing.sh \ + tests/tail-2/F-vs-rename.sh \