mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
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)
This commit is contained in:
committed by
Maxim Cournoyer
parent
6c6139bce0
commit
944c20e171
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user