From bd70667700cc89cb649758a21a011909db2b1eb1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Mon, 6 Jun 2022 23:24:27 +0200
Subject: [PATCH] Minor cleanup.

---
 Makefile     | 2 +-
 dns/enum.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b80712e..c4fece0 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ GUILE = guile
 
 GUILE_VERSION = $(shell guile -c '(display (effective-version))')
 
-TEST_ENV = GUILE_AUTO_COMPILE=0 GUILE_LOAD_PATH=$(PWD)
+TEST_ENV = GUILE_AUTO_COMPILE=0 GUILE_LOAD_PATH=$(PWD) GUILE_LOAD_COMPILED_PATH=$(PWD)/obj
 TEST_FLAGS = $(if $(VERBOSE),--verbose)
 PREFIX = /usr
 
diff --git a/dns/enum.scm b/dns/enum.scm
index ee48cd6..458a7ab 100644
--- a/dns/enum.scm
+++ b/dns/enum.scm
@@ -28,7 +28,7 @@
                             (list value) #f)))  )))
 
 ;; All number are documented at
-;; https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6
+;; https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml
 
 (define rr-types
   '(; 0 reserved
-- 
GitLab