From 944c20e171f98837c75820f50e6b98ad994ac375 Mon Sep 17 00:00:00 2001 From: Martin Schitter Date: Tue, 4 Nov 2025 04:00:48 +0000 Subject: [PATCH] tests: style: Fix insufficient number of lines read. * tests/style.scm ("url-fetch->git-fetch, preserved field"): The 9th line of origin, where the patches field is located, was never read. (broken test since a1b0fde434) --- tests/style.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/style.scm b/tests/style.scm index 3b74fa60bd0..09e577677d7 100644 --- a/tests/style.scm +++ b/tests/style.scm @@ -655,7 +655,7 @@ "https://github.com/foo/bar")) (load file) (and=> (read-package-field - (@ (my-packages-1) my-coreutils-1) 'source 8) + (@ (my-packages-1) my-coreutils-1) 'source 9) (cut string-contains <> "patches"))))))) "1"))