tests: Fix module name for 'lint'.

* tests/lint.scm: Change module name to 'test-lint'.
This commit is contained in:
Ludovic Courtès 2015-03-31 21:59:05 +02:00
parent fbbcf6989b
commit 4e7b6b4838
1 changed files with 1 additions and 2 deletions

View File

@ -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)