aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util/hnh-util-env.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/util/hnh-util-env.scm (renamed from tests/test/hnh-util-env.scm)2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/hnh-util-env.scm b/tests/unit/util/hnh-util-env.scm
index c1e0161f..74ab3b79 100644
--- a/tests/test/hnh-util-env.scm
+++ b/tests/unit/util/hnh-util-env.scm
@@ -45,3 +45,5 @@
(let-env ((TEST #f))
(test-assert (not (getenv "TEST"))))
(test-equal "A" (getenv "TEST")))
+
+'((hnh util env))