From 48763955e12d7099cf9e5c86e4b4fb74338c96d5 Mon Sep 17 00:00:00 2001 From: Michael Koloberdin Date: Fri, 9 Sep 2016 16:24:41 +0000 Subject: community/patchelf: Move from testing --- testing/patchelf/fix-tests.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 testing/patchelf/fix-tests.patch (limited to 'testing/patchelf/fix-tests.patch') diff --git a/testing/patchelf/fix-tests.patch b/testing/patchelf/fix-tests.patch deleted file mode 100644 index 386235a3e4..0000000000 --- a/testing/patchelf/fix-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urp patchelf-0.9-orig/tests/set-rpath-library.sh patchelf-0.9/tests/set-rpath-library.sh ---- patchelf-0.9-orig/tests/set-rpath-library.sh 2016-02-29 12:15:58.000000000 +0200 -+++ patchelf-0.9/tests/set-rpath-library.sh 2016-07-10 03:09:55.365997370 +0300 -@@ -26,7 +26,9 @@ exitCode=0 - - if test "$exitCode" = 46; then - echo "expected failure" -- exit 1 -+# exit 1 -+# As it is an "expected failure" the test should not exit but should go on. -+# See the comment below. - fi - - # So set an RUNPATH on libfoo as well. -- cgit v1.2.3