~ruther/guix-local

4e7b6b4838318ca127ae588a7a28c8608b0c8721 — Ludovic Courtès 11 years ago fbbcf69
tests: Fix module name for 'lint'.

* tests/lint.scm: Change module name to 'test-lint'.
1 files changed, 1 insertions(+), 2 deletions(-)

M tests/lint.scm
M tests/lint.scm => tests/lint.scm +1 -2
@@ 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)