mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
6c6139bce0
commit
944c20e171
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@
|
||||||
"https://github.com/foo/bar"))
|
"https://github.com/foo/bar"))
|
||||||
(load file)
|
(load file)
|
||||||
(and=> (read-package-field
|
(and=> (read-package-field
|
||||||
(@ (my-packages-1) my-coreutils-1) 'source 8)
|
(@ (my-packages-1) my-coreutils-1) 'source 9)
|
||||||
(cut string-contains <> "patches")))))))
|
(cut string-contains <> "patches")))))))
|
||||||
"1"))
|
"1"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue