summaryrefslogtreecommitdiff
path: root/patches/fontconfig/0001-Drop-set-e-so-missing-bwrap-doesn-t-cause-test-to-fa.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fontconfig/0001-Drop-set-e-so-missing-bwrap-doesn-t-cause-test-to-fa.patch')
-rw-r--r--patches/fontconfig/0001-Drop-set-e-so-missing-bwrap-doesn-t-cause-test-to-fa.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/patches/fontconfig/0001-Drop-set-e-so-missing-bwrap-doesn-t-cause-test-to-fa.patch b/patches/fontconfig/0001-Drop-set-e-so-missing-bwrap-doesn-t-cause-test-to-fa.patch
new file mode 100644
index 0000000..47a3ef0
--- /dev/null
+++ b/patches/fontconfig/0001-Drop-set-e-so-missing-bwrap-doesn-t-cause-test-to-fa.patch
@@ -0,0 +1,24 @@
+From f65bfdda419c2a75d8763ee334a39763f5c49619 Mon Sep 17 00:00:00 2001
+From: Jon Turney <jon.turney@dronecode.org.uk>
+Date: Wed, 4 Dec 2019 16:03:48 +0000
+Subject: [PATCH] Drop set -e so missing bwrap doesn't cause test to fail
+
+---
+ test/run-test.sh | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/test/run-test.sh b/test/run-test.sh
+index e1ee6d0..e062a16 100644
+--- a/test/run-test.sh
++++ b/test/run-test.sh
+@@ -20,7 +20,6 @@
+ # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ # PERFORMANCE OF THIS SOFTWARE.
+-set -e
+
+ case "$OSTYPE" in
+ msys ) MyPWD=`pwd -W` ;; # On Msys/MinGW, returns a MS Windows style path.
+--
+2.21.0
+