diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-04-10 10:08:49 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-04-10 10:11:59 +0200 |
commit | 56b1b74c903c17b03ef5b0052a1144bb1e55685f (patch) | |
tree | ad34a7369fd58fd200227be54afef089e78c2c18 /tests/lint.scm | |
parent | a55e2b221c121503045fd8e8fcecc4a8c1f47a29 (diff) | |
download | guix-56b1b74c903c17b03ef5b0052a1144bb1e55685f.tar guix-56b1b74c903c17b03ef5b0052a1144bb1e55685f.tar.gz |
lint: Rename 'check-patches' to 'check-patch-file-names'.
* guix/scripts/lint.scm (check-patches): Rename to...
(check-patch-file-names): ... this. Rename 'filename' to 'file'.
(%checkers): Adjust accordingly.
* tests/lint.scm ("patches: file names"): Likewise.
Diffstat (limited to 'tests/lint.scm')
-rw-r--r-- | tests/lint.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lint.scm b/tests/lint.scm index 2312b80934..047f2786e0 100644 --- a/tests/lint.scm +++ b/tests/lint.scm @@ -301,7 +301,7 @@ requests." (uri "someurl") (sha256 "somesha") (patches (list "/path/to/y.patch"))))))) - (check-patches pkg))) + (check-patch-file-names pkg))) "file names of patches should start with the package name"))) (test-assert "home-page: wrong home-page" |