diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-03-31 21:59:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-31 22:23:57 +0200 |
commit | 4e7b6b4838318ca127ae588a7a28c8608b0c8721 (patch) | |
tree | 89a7634dc670832a096e33e76157a754d3c4a428 /tests/lint.scm | |
parent | fbbcf6989b63df38765c327d1fbaed3f7260a660 (diff) | |
download | guix-4e7b6b4838318ca127ae588a7a28c8608b0c8721.tar guix-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.scm | 3 |
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) |