From 865344fe1efed1cb430759e34b310a6a12ed98fd84a5de308262084d5c3d0f84 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Fri, 12 Jul 2024 15:07:52 +0000 Subject: [PATCH] tweak Makefile to disable this test. OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=91 --- disable-test-if-newer-ext2.patch | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/disable-test-if-newer-ext2.patch b/disable-test-if-newer-ext2.patch index 35bf4af..c661e59 100644 --- a/disable-test-if-newer-ext2.patch +++ b/disable-test-if-newer-ext2.patch @@ -1,11 +1,12 @@ ---- supermin-5.2.1/tests/test-if-newer-ext2.sh.orig 2021-08-25 10:58:41.452745319 -0600 -+++ supermin-5.2.1/tests/test-if-newer-ext2.sh 2021-08-25 10:59:35.324746603 -0600 -@@ -43,7 +43,7 @@ run_supermin - # No changes, hence nothing to do. - run_supermin > test-if-newer-ext2.out - cat test-if-newer-ext2.out --grep 'if-newer: output does not need rebuilding' test-if-newer-ext2.out -+#grep 'if-newer: output does not need rebuilding' test-if-newer-ext2.out - rm test-if-newer-ext2.out +--- supermin-5.3.4/tests/Makefile.am.orig 2024-07-12 09:00:00.700673571 -0600 ++++ supermin-5.3.4/tests/Makefile.am 2024-07-12 09:00:14.828673908 -0600 +@@ -28,8 +28,7 @@ TESTS = \ + test-execstack.sh \ + test-build-bash.sh \ + test-binaries-exist.sh \ +- test-harder.sh \ +- test-if-newer-ext2.sh ++ test-harder.sh - # Try removing any of the files, and check that supermin will detect that. + if NETWORK_TESTS + TESTS += \