aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/util.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/util.scm b/tests/util.scm
index 45e69dd6..721b7e1b 100644
--- a/tests/util.scm
+++ b/tests/util.scm
@@ -4,8 +4,9 @@
(((hnh util) filter-sorted set/r!
find-min find-max span-upto
- iterate ->string ->quoted-string path-append
+ iterate ->string ->quoted-string
begin1)
+ ((hnh util path) path-append)
((ice-9 ports) with-output-to-string)
)