Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1From 181617387841b695ee77b162babf9fb177002fcb Mon Sep 17 00:00:00 2001 2From: toonn <toonn@toonn.io> 3Date: Mon, 20 Sep 2021 11:39:46 +0200 4Subject: [PATCH] test-images: Use normalization equivalent character 5MIME-Version: 1.0 6Content-Type: text/plain; charset=UTF-8 7Content-Transfer-Encoding: 8bit 8 9One of the test images used a combining character `ä` that can be 10encoded multiple ways. This means the file's name can end up encoded 11differently depending on whether/which normal form the filesystem uses. 12 13For Nix this causes a different hash for a FOD depending on the 14filesystem where it is evaluated. This is problematic because hashes 15fail to match up when evaluating the FOD across multiple platforms. 16--- 17 tests/roots/test-images/index.rst | 2 +- 18 1 file changed, 1 insertion(+), 1 deletion(-) 19 20diff --git a/tests/roots/test-images/index.rst b/tests/roots/test-images/index.rst 21index 14a2987..219842e 100644 22--- a/tests/roots/test-images/index.rst 23+++ b/tests/roots/test-images/index.rst 24@@ -13,7 +13,7 @@ test-image 25 26 The caption of img 27 28-.. image:: testimäge.png 29+.. image:: testimæge.png 30 31 .. image:: rimg.png 32 :target: https://www.sphinx-doc.org/ 33-- 342.17.2 (Apple Git-113) 35