summaryrefslogtreecommitdiff
path: root/tests/scripts/functions/guile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/functions/guile')
-rw-r--r--tests/scripts/functions/guile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scripts/functions/guile b/tests/scripts/functions/guile
index 120aaf3b..8c0012d9 100644
--- a/tests/scripts/functions/guile
+++ b/tests/scripts/functions/guile
@@ -21,7 +21,8 @@ $details = 'This only works on systems that support it.';
# If we don't have Guile support, never mind.
exists $FEATURES{guile} or return -1;
-# Guile and Valgrind don't play together at all.
+# Guile and Valgrind/ASAN don't play together at all.
+exists $FEATURES{sanitize} and return -1;
$valgrind and return -1;
# Verify simple data type conversions