mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
7517156beb
a/kernel-firmware-20240614_d95dff8-noarch-1.txz: Upgraded. a/sysvinit-scripts-15.1-noarch-19.txz: Rebuilt. rc.S: add special case for mounting root bcachefs partition(s). Thanks to 0XBF. ap/man-pages-6.9-noarch-1.txz: Upgraded. l/libxslt-1.1.40-x86_64-2.txz: Rebuilt. [PATCH] runtest: Print output causing failure. [PATCH] tests: Fix tests for libxml2 fix. Thanks to USUARIONUEVO. n/ca-certificates-20240615-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections.
19 lines
891 B
Diff
19 lines
891 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
|
|
Date: Sat, 15 Jun 2024 00:23:04 +0200
|
|
Subject: [PATCH] tests: Fix tests for libxml2 fix
|
|
|
|
See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/aa90cb0c578bd189089cd1fe195faf85040ac98b
|
|
---
|
|
tests/documents/test_bad.err | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/tests/documents/test_bad.err b/tests/documents/test_bad.err
|
|
index 91e5f4c79381..e6dd598716a1 100644
|
|
--- a/tests/documents/test_bad.err
|
|
+++ b/tests/documents/test_bad.err
|
|
@@ -1,2 +1,2 @@
|
|
-I/O error : failed to load "foofile.xml": No such file or directory
|
|
-I/O error : failed to load "foo_file.xml": No such file or directory
|
|
+I/O warning : failed to load "foofile.xml": No such file or directory
|
|
+I/O warning : failed to load "foo_file.xml": No such file or directory
|