summaryrefslogtreecommitdiff
path: root/tests/lint.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-03-31 21:59:05 +0200
committerLudovic Courtès <ludo@gnu.org>2015-03-31 22:23:57 +0200
commit4e7b6b4838318ca127ae588a7a28c8608b0c8721 (patch)
tree89a7634dc670832a096e33e76157a754d3c4a428 /tests/lint.scm
parentfbbcf6989b63df38765c327d1fbaed3f7260a660 (diff)
downloadpatches-4e7b6b4838318ca127ae588a7a28c8608b0c8721.tar
patches-4e7b6b4838318ca127ae588a7a28c8608b0c8721.tar.gz
tests: Fix module name for 'lint'.
* tests/lint.scm: Change module name to 'test-lint'.
Diffstat (limited to 'tests/lint.scm')
-rw-r--r--tests/lint.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lint.scm b/tests/lint.scm
index c0599224b7..2312b80934 100644
--- a/tests/lint.scm
+++ b/tests/lint.scm
@@ -18,8 +18,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-
-(define-module (test-packages)
+(define-module (test-lint)
#:use-module (guix tests)
#:use-module (guix download)
#:use-module (guix build-system gnu)